{% extends "detail.html" %} {% block content %} {% if object.manufacturer is not None %} {% endif %} {% if object.formulation is not None %} {% endif %} {% if object.stock_dilution is not None %} {% endif %} {% if object.tags.all %} {% endif %} {% if related %} {% endif %} {% if history %} {% endif %}
Name {{ object.name }}
Manufacturer {{ object.manufacturer }}
Formulation {{ object.formulation }}
Stock dilution {{ object.stock_dilution }}
Misc
Tags {% for tag in object.tags.all %} {{ tag }} {% endfor %}
Similar toners
Edit history {% include "history.html" %}
Sharing {% include "sharing.html" %}
{% endblock %}