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