{% extends "detail.html" %} {% load boolicontag %} {% block content %} {% if object.manufacturer is not None %} {% endif %} {% if object.resin_coated is not None %} {% endif %} {% if object.colour is not None %} {% endif %} {% if object.finish is not None %} {% endif %} {% if object.tags.all %} {% endif %} {% if related %} {% endif %} {% if history %} {% endif %}
Name {{ object.name }}
Manufacturer {{ object.manufacturer }} {% if object.manufacturer.country %}{{ object.manufacturer.country.code }}{% endif %}
Resin coated {{ object.resin_coated|boolicontag }}
Colour {{ object.colour|boolicontag }}
Finish {{ object.finish }}
Misc
Tags {% for tag in object.tags.all %} {{ tag }} {% endfor %}
Similar paper stocks
Edit history {% include "history.html" %}
Sharing {% include "sharing.html" %}
{% endblock %}