{% extends "schema/detail.html" %} {% block content %} {% if object.disambiguation %} {% endif %} {% if object.fixed_mount %} {% elif object.mount %} {% endif %} {% if object.introduced %} {% endif %} {% if object.weight %} {% endif %} {% if object.length %} {% endif %} {% if object.diameter %} {% endif %} {% if object.zoom %} {% endif %} {% if object.min_focal_length %} {% endif %} {% if object.closest_focus %} {% endif %} {% if object.max_aperture %} {% endif %} {% if object.elements %} {% endif %} {% if object.groups %} {% endif %} {% if object.nominal_max_angle_diag %} {% endif %} {% if object.rectilinear %} {% endif %} {% if object.magnification %} {% endif %} {% if object.negative_size %} {% endif %} {% if object.aperture_blades %} {% endif %} {% if object.image_circle %} {% endif %} {% if object.formula %} {% endif %} {% if object.autofocus %} {% endif %} {% if object.filter_thread %} {% endif %} {% if object.coating %} {% endif %} {% if object.hood %} {% endif %} {% if object.exif_lenstype %} {% endif %} {% if object.shutter_model %} {% endif %} {% if object.notes %} {% endif %} {% if object.url %} {% endif %} {% if object.series %} {% endif %}
Physical
Manufacturer {% if object.manufacturer %}{{ object.manufacturer }}{% endif %}
Model {{ object.model }}
Disambiguation {{ object.disambiguation }}
Fixed mount {{ object.fixed_mount }}
Mount {% if object.mount %}{{ object.mount }}{% endif %}
Marketed {{ object.introduced }}{% if object.discontinued %}-{{ object.discontinued }}{% endif %}
Weight {{ object.weight }}g
Length {{ object.length }}mm
Diameter {{ object.diameter }}mm
Optics
Zoom {{ object.zoom }}
Focal length {{ object.min_focal_length }}{% if object.max_focal_length %}-{{ object.max_focal_length }}{% endif %}mm
Closest focus {{ object.closest_focus }}cm
Aperture f/{{ object.max_aperture }}{% if object.max_aperture %}-{{ object.min_aperture }}{% endif %}
Elements {{ object.elements }}
Groups {{ object.groups }}
Diagonal angle of view {{ object.nominal_max_angle_diag }}{% if object.nominal_min_angle_diag %}-{{ object.nominal_min_angle_diag }}{% endif %}°
Rectilinear {{ object.rectilinear }}
Maximum magnification {{ object.magnification }}×
Negative size {% if object.negative_size %}{{ object.negative_size }}{% endif %}
Aperture blades {{ object.aperture_blades }}
Image circle {{ object.image_circle }}mm
Formula {{ object.formula }}
Features
Autofocus {{ object.autofocus }}
Filter thread {{ object.filter_thread }}
Coating {{ object.coating }}
Hood {{ object.hood }}
EXIF Lens type {{ object.exif_lenstype }}
Shutter model {{ object.shutter_model }}
Misc
Notes {{ object.notes }}
URL {{ object.url }}
Series
    {% for series in object.series.all %}
  • {{ series.name }}
  • {% endfor %}
{% for lens in lensmodel.lens_set.all %} {% endfor %}
Serial Acquired
{{ lens.serial }} {{ lens.acquired }}
{% endblock %}