{% extends "schema/detail.html" %} {% block content %}
Negative {% if object.negative %}{{ object.negative }}{% endif %}
Print {{ object.print }}
Filename {{ object.filename }}
Date {{ object.date }}
Colour {{ object.colour }}
Width {{ object.width }}
Height {{ object.height }}
{% endblock %}