{% extends "schema/detail.html" %} {% block content %}
Name {{ object.name }}
Manufacturer {% if object.manufacturer is not None %}{{ object.manufacturer }}{% endif %}
Formulation {{ object.formulation }}
Stock dilution {{ object.stock_dilution }}
{% endblock %}