{% 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 %}
Negative {{ object.negative }}
Print {{ object.print }}
Filename {{ object.filename }}
Date {{ object.date }}
{% endblock %}