{% 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 }} {% endfor %} |
| Similar toners |
|
| Edit history | {% include "history.html" %} |
| Sharing | {% include "sharing.html" %} |