{% extends "detail.html" %} {% load static %} {% load leaflet_tags %} {% load boolicontag %} {% block content %}
Film | {{ object.film }} |
Frame | {{ object.frame }} |
Caption | {{ object.caption }} |
Date | {{ object.date }} |
Filmstock | {{ object.film.filmstock }} |
Negative size | {{ object.film.camera.cameramodel.negative_size }} |
Camera | {{ object.film.camera }} |
Lens | {{ object.lens }} |
Focal length | {{ object.focal_length }}mm |
Focal length, 35mm equivalent | {{ object.focal_length_35mm }}mm |
Shutter speed | {{ object.shutter_speed }} |
Aperture | f/{{ object.aperture }} |
Filter | {{ object.filter }} |
Teleconverter | {{ object.teleconverter }} |
Adapter | {{ object.mount_adapter }} |
Flash | {{ object.flash|boolicontag }} |
Metering mode | {{ object.metering_mode }} |
Exposure program | {{ object.exposure_program }} |
Photographer | {{ object.photographer }} |
Copy of | {{ object.copy_of }} |
Notes | {{ object.notes|linebreaks }} |
Copyright | {{ object.copyright }} |
Location |
{% leaflet_js %}
{% leaflet_css %}
|