{% extends "detail.html" %} {% load static %} {% load boolicontag %} {% load ratings %} {% 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}} |
Rating | {% ratings object %} |
Tags | {% for tag in object.tags.all %} {{ tag.slug }} {% endfor %} |
Similar film stocks |
|
Sharing | {% include "sharing.html" %} |
Film | Caption | Date |
---|---|---|
{{ film.pk }} | {{ film.description }} |