{% extends "schema/detail.html" %} {% block content %}
Film {{ object.film }} {% if object.film is not None %}{{ object.film }}{% endif %}
Frame {{ object.frame }}
Caption {{ object.caption }}
Date {{ object.date }}
Lens {{ object.lens }}
Shutter speed {{ object.shutter_speed }}
Aperture {{ object.aperture }}
Filter {{ object.filter }}
Teleconverter {{ object.teleconverter }}
Notes {{ object.notes }}
Adapter {{ object.mount_adapter }}
Focal length {{ object.focal_length }}
Latitude {{ object.latitude }}
Longitude {{ object.longitude }}
Flash {{ object.flash }}
Metering mode {{ object.metering_mode }}
Exposure program {{ object.exposure_program }}
Photographer {{ object.photographer }}
Copy of {{ object.copy_of }}
{% for print in negative.print_set.all %} {% endfor %}
ID
{{ print }}
{% endblock %}