{% extends "detail.html" %} {% load static %} {% block content %} {% if object.negative is not None %} {% endif %} {% if object.added is not None %} {% endif %} {% if object.printed is not None %} {% endif %} {% if object.print is not None %} {% endif %} {% if object.recipient is not None %} {% endif %}
Summary Summary
Negative {{ object.negative }}
Size {{ object.width }} × {{ object.height }}
Date added {{ object.added }}
Date printed {{ object.printed }}
Print {{ object.print }}
Recipient {{ object.recipient }}
{% endblock %}