{% extends "detail.html" %} {% load boolicontag %} {% block content %} {% if object.negative is not None %} {% endif %} {% if object.print is not None %} {% endif %} {% if object.filename is not None %} {% endif %} {% if object.date is not None %} {% endif %} {% if object.colour is not None %} {% endif %} {% if object.width is not None and object.height is not None %} {% endif %}
Negative {{ object.negative }}
Print {{ object.print }}
Filename {{ object.filename }}
Date {{ object.date }}
Colour {{ object.colour|boolicontag }}
Size {{ object.width }} × {{ object.height }}
{% endblock %}