{% extends "detail.html" %} {% load static %} {% load boolicontag %} {% load ratings %} {% 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 %}
Summary Summary
Name {{ object.name }}
Manufacturer {% include "manufacturer.html" with manufacturer=object.manufacturer %}
Resin coated {{ object.resin_coated|boolicontag }}
Colour {{ object.colour|boolicontag }}
Finish {{ object.finish }}
Meta Meta
Rating {% ratings object %}
Tags {% for tag in object.tags.all %} {{ tag.slug }} {% endfor %}
Similar paper stocks
Sharing {% include "sharing.html" %}
{% endblock %}