{% extends "schema/detail.html" %} {% block content %}
Name {{ object.name }}
Manufacturer {% if object.manufacturer is not None %}{{ object.manufacturer }}{% endif %}
ISO {{ object.iso }}
Colour {{ object.colour }}
Panchromatic {{ object.panchromatic }}
Process {{ object.process }}
{% for film in filmstock.film_set.all %} {% endfor %}
Film Caption Date
{{ film.pk }} {{ film.description }}
{% endblock %}