{% extends "detail.html" %} {% load static %} {% load boolicontag %} {% load ratings %} {% block content %}
| Name | {{ object.name }} |
| Manufacturer | {% include "manufacturer.html" with manufacturer=object.manufacturer %} |
| Resin coated | {{ object.resin_coated|boolicontag }} |
| Colour | {{ object.colour|boolicontag }} |
| Finish | {{ object.finish }} |
| Rating | {% ratings object %} |
| Tags | {% for tag in object.tags.all %} {{ tag }} {% endfor %} |
| Similar paper stocks |
|
| Edit history | {% include "history.html" %} |
| Sharing | {% include "sharing.html" %} |