{% extends "detail.html" %} {% load static %} {% load boolicontag %} {% load formatting %} {% load ratings %} {% block content %} {% if object.image %}
{{ object }}
{{ object }}{% if object.image_attribution %} by {% if object.image_attribution_link %}{{ object.image_attribution }}{% else %}{{ object.image_attribution }}{% endif %}{% endif %}
{% endif %} {% if object.manufacturer is not None %} {% endif %} {% if object.disambiguation %} {% endif %} {% if object.mount is not None %} {% endif %} {% if object.purpose is not None %} {% endif %} {% if object.introduced 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.lens_type %} {% 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.coating is not None %} {% endif %} {% if object.diagram %} {% endif %} {% if object.autofocus is not None %} {% endif %} {% if object.perspective_control is not None %} {% endif %} {% if object.hood is not None %} {% endif %} {% if object.shutter_model 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.filter_thread is not None %} {% endif %} {% if object.notes %} {% endif %} {% if object.link is not None %} {% endif %} {% if object.tags.all %} {% endif %} {% if related %} {% endif %}
Summary Summary
Manufacturer {% include "manufacturer.html" with manufacturer=object.manufacturer %}
Model {{ object.model|aperture }}
Disambiguation {{ object.disambiguation }}
Mount {{ object.mount }}
Purpose {{ object.purpose }}
Marketed {{ object.introduced }}{% if object.discontinued is not None %}-{{ object.discontinued }}{% endif %} {{ object.introduced|yearssince }}
Optics 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.min_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 %}°
Lens type {{ object.lens_type }}
Maximum magnification {{ object.magnification }}×
Negative size {{ object.negative_size }}
Aperture blades {{ object.aperture_blades }}
Image circle {{ object.image_circle }}mm
Coating {{ object.coating }}
Optical diagram
Features Features
Autofocus {{ object.autofocus|boolicontag }}
Perspective control {{ object.perspective_control|boolicontag }}
Hood {{ object.hood }}
Shutter model {{ object.shutter_model }}
Physical Physical
Weight {{ object.weight }}g
Length {{ object.length }}mm
Diameter {{ object.diameter }}mm
Filter thread {{ object.filter_thread }}mm
Misc Misc
Notes {{ object.notes|linebreaks }}
Link {{ object.link }}
Meta Meta
Rating {% ratings object %}
Tags {% for tag in object.tags.all %} {{ tag.slug }} {% endfor %}
Similar lens models
Sharing {% include "sharing.html" %}
{% 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 %}