{% extends "detail.html" %} {% load boolicontag %} {% block content %} {% if object.manufacturer is not None %} {% endif %} {% if object.disambiguation is not None %} {% endif %} {% if object.mount is not None %} {% endif %} {% if object.introduced is not None %} {% endif %} {% if object.weight is not None %} {% endif %} {% if object.length is not None %} {% endif %} {% if object.diameter is not None %} {% endif %} {% if object.zoom is not None %} {% endif %} {% if object.min_focal_length is not None %} {% endif %} {% if object.zoom_ratio is not None %} {% endif %} {% if object.max_aperture is not None %} {% endif %} {% if object.closest_focus is not None %} {% endif %} {% if object.elements is not None and object.groups is not None %} {% else %} {% if object.elements is not None %} {% endif %} {% if object.groups is not None %} {% endif %} {% endif %} {% if object.nominal_max_angle_diag is not None %} {% endif %} {% if object.rectilinear is not None %} {% endif %} {% if object.magnification is not None %} {% endif %} {% if object.negative_size is not None %} {% endif %} {% if object.aperture_blades is not None %} {% endif %} {% if object.image_circle is not None %} {% endif %} {% if object.autofocus is not None %} {% endif %} {% if object.filter_thread is not None %} {% endif %} {% if object.coating is not None %} {% endif %} {% if object.hood is not None %} {% endif %} {% if object.shutter_model is not None %} {% endif %} {% if object.notes is not None %} {% endif %} {% if object.tags is not None %} {% endif %} {% if object.url is not None %} {% endif %} {% if object.created_at is not None %} {% endif %} {% if object.updated_at is not None %} {% endif %}
Physical
Manufacturer {{ object.manufacturer }}
Model {{ object.model }}
Disambiguation {{ object.disambiguation }}
Mount {{ object.mount }}
Marketed {{ object.introduced }}{% if object.discontinued is not None %}-{{ object.discontinued }}{% endif %}
Weight {{ object.weight }}g
Length {{ object.length }}mm
Diameter {{ object.diameter }}mm
Optics
Zoom {{ object.zoom|boolicontag }}
Focal length {{ object.min_focal_length }}{% if object.zoom is not False and object.max_focal_length is not None %}-{{ object.max_focal_length }}{% endif %}mm
Zoom ratio {{ object.zoom_ratio }}×
Aperture f/{{ object.max_aperture }}{% if object.max_aperture is not None %}-{{ object.min_aperture }}{% endif %}
Closest focus {{ object.closest_focus }}m
Elements/Groups {{ object.elements }}/{{ object.groups }}
Elements {{ object.elements }}
Groups {{ object.groups }}
Diagonal angle of view {{ object.nominal_max_angle_diag }}{% if object.zoom is not False and object.nominal_min_angle_diag is not None %}-{{ object.nominal_min_angle_diag }}{% endif %}°
Rectilinear {{ object.rectilinear|boolicontag }}
Maximum magnification {{ object.magnification }}×
Negative size {{ object.negative_size }}
Aperture blades {{ object.aperture_blades }}
Image circle {{ object.image_circle }}mm
Features
Autofocus {{ object.autofocus|boolicontag }}
Filter thread {{ object.filter_thread }}mm
Coating {{ object.coating }}
Hood {{ object.hood }}
Shutter model {{ object.shutter_model }}
Misc
Notes {{ object.notes }}
Tags {% for tag in object.tags.all %} {{ tag }} {% endfor %}
URL {{ object.url }}
Created {{ object.created_at }}{% if object.created_by is not None %} by {{ object.created_by }}{% endif %}
Last updated {{ object.updated_at }}{% if object.updated_by is not None %} by {{ object.updated_by }}{% endif %}
{% if related %}

Similar lens models

{% endif %} {% if user.is_authenticated %} {% if mine %}

In your collection

{% for lens in mine %} {% endfor %}
ID Serial Manufactured Own
#{{ lens.id_owner }} {% if lens.serial is not None %}{{ lens.serial }}{% endif %} {% if lens.manufactured is not None %}{{ lens.manufactured }}{% endif %} {% if lens.own is not None %}{{ lens.own|boolicontag }}{% endif %}
{% endif %} {% endif %} {% endblock %} {% block moreactions %}
{% endblock %}