{% extends "schema/detail.html" %} {% block content %}
Negative {% if object.negative is not None %}{{ object.negative }}{% endif %}
Width {{ object.width }}
Height {{ object.height }}
Date added {{ object.added }}
Date printed {{ object.printed }}
Print {{ object.print }}
Recipient {{ object.recipient }}
{% endblock %}