{% extends "detail.html" %} {% load static %} {% load ratings %} {% 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 %}
Name {{ object.name }}
Manufacturer {% include "manufacturer.html" with manufacturer=object.manufacturer %}
Formulation {{ object.formulation }}
Stock dilution {{ object.stock_dilution }}
Meta Meta
Rating {% ratings object %}
Tags {% for tag in object.tags.all %} {{ tag.slug }} {% endfor %}
Similar toners
Sharing {% include "sharing.html" %}
{% endblock %}