{% extends "schema/detail.html" %} {% block content %}
Name | {{ object.name }} |
Manufacturer | {% if object.manufacturer %}{{ object.manufacturer }}{% endif %} |
Resin coated | {{ object.resin_coated }} |
Tonable | {{ object.tonable }} |
Colour | {{ object.colour }} |
Finish | {{ object.finish }} |