| Name |
{{ object.name }} |
{% if object.manufacturer is not None %}
| Manufacturer |
{{ object.manufacturer }} |
{% endif %}
{% if object.iso is not None %}
| ISO |
{{ object.iso }} |
{% endif %}
{% if object.colour is not None %}
| Colour |
{{ object.colour|boolicontag }} |
{% endif %}
{% if object.panchromatic is not None %}
| Panchromatic |
{{ object.panchromatic|boolicontag}} |
{% endif %}
{% if object.process is not None %}
| Process |
{{ object.process }} |
{% endif %}
| Misc |
{% if object.tags.all %}
| Tags |
{% for tag in object.tags.all %}
{{ tag }}
{% endfor %} |
{% endif %}
{% if related %}
| Similar film stocks |
|
{% endif %}
{% if history %}
| Edit history |
{% include "history.html" %} |
{% endif %}
| Sharing |
{% include "sharing.html" %} |