{% extends "detail.html" %} {% load static %} {% load boolicontag %} {% block content %}
| Manufacturer | {% include "manufacturer.html" with manufacturer=object.manufacturer %} |
| Name | {{ object.name }} |
| ISO | {{ object.iso }} |
| Process | {{ object.process }} |
| Colour | {{ object.colour|boolicontag }} |
| Panchromatic | {{ object.panchromatic|boolicontag}} |
| Tags | {% for tag in object.tags.all %} {{ tag.slug }} {% endfor %} |
| Similar film stocks |
|
| Sharing | {% include "sharing.html" %} |
| Film | Caption | Date |
|---|---|---|
| {{ film.pk }} | {{ film.description }} |