{% extends "detail.html" %} {% load static %} {% load boolicontag %} {% 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 }} |
Tags | {% for tag in object.tags.all %} {{ tag }} {% endfor %} |
Similar paper stocks |
|
Edit history | {% include "history.html" %} |
Sharing | {% include "sharing.html" %} |