{% if object.film is not None %}
Film |
{{ object.film }} |
{% endif %}
Frame |
{{ object.frame }} |
{% if object.caption is not None %}
Caption |
{{ object.caption }} |
{% endif %}
{% if object.date is not None %}
Date |
{{ object.date }} |
{% endif %}
{% if object.lens is not None %}
Lens |
{{ object.lens }} |
{% endif %}
{% if object.shutter_speed is not None %}
Shutter speed |
{{ object.shutter_speed }} |
{% endif %}
{% if object.aperture is not None %}
Aperture |
{{ object.aperture }} |
{% endif %}
{% if object.filter is not None %}
Filter |
{{ object.filter }} |
{% endif %}
{% if object.teleconverter is not None %}
Teleconverter |
{{ object.teleconverter }} |
{% endif %}
{% if object.notes is not None %}
Notes |
{{ object.notes }} |
{% endif %}
{% if object.mount_adapter is not None %}
Adapter |
{{ object.mount_adapter }} |
{% endif %}
{% if object.focal_length is not None %}
Focal length |
{{ object.focal_length }}mm |
{% endif %}
{% if object.latitude is not None and object.longitude is not None %}
Location |
{{ object.latitude }}°, {{ object.longitude }}° |
{% endif %}
{% if object.flash is not None %}
Flash |
{{ object.flash }} |
{% endif %}
{% if object.metering_mode is not None %}
Metering mode |
{{ object.metering_mode }} |
{% endif %}
{% if object.exposure_program is not None %}
Exposure program |
{{ object.exposure_program }} |
{% endif %}
{% if object.photographer is not None %}
Photographer |
{{ object.photographer }} |
{% endif %}
{% if object.copy_of is not None %}
Copy of |
{{ object.copy_of }} |
{% endif %}