{% extends "detail.html" %} {% load static %} {% load ratings %} {% block content %}
Name | {{ object.name }} |
Manufacturer | {% include "manufacturer.html" with manufacturer=object.manufacturer %} |
Formulation | {{ object.formulation }} |
Stock dilution | {{ object.stock_dilution }} |
Rating | {% ratings object %} |
Tags | {% for tag in object.tags.all %} {{ tag.slug }} {% endfor %} |
Similar toners |
|
Sharing | {% include "sharing.html" %} |