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