{% extends "detail.html" %} {% block content %}
| Name | {{ object.name }} |
| Manufacturer | {{ object.manufacturer }} |
| Formulation | {{ object.formulation }} |
| Stock dilution | {{ object.stock_dilution }} |
| Misc | |
|---|---|
| Tags | {% for tag in object.tags.all %} {{ tag }} {% endfor %} |