Physical |
{% if object.manufacturer is not None %}
Manufacturer |
{{ object.manufacturer }} |
{% endif %}
Model |
{{ object.model }} |
{% if object.disambiguation is not None %}
Disambiguation |
{{ object.disambiguation }} |
{% endif %}
{% if object.mount is not None %}
Mount |
{{ object.mount }} |
{% else %}
Lens |
{% if object.lens_manufacturer is not None %}{{ object.lens_manufacturer }}
{% endif %}{{ object.lens_model_name }}
|
{% if object.lens_manufacturer is not None %}
Lens manufacturer |
{{ object.lens_manufacturer }} |
{% endif %}
Optics |
{% if object.zoom is not None %}
Zoom |
{{ object.zoom|boolicontag }} |
{% endif %}
{% if object.min_focal_length is not None %}
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
|
{% endif %}
{% if object.zoom_ratio is not None %}
Zoom ratio |
{{ object.zoom_ratio }}× |
{% endif %}
{% if object.max_aperture is not None %}
Aperture |
f/{{ object.max_aperture }}{% if object.min_aperture is not None %}-{{ object.min_aperture }}{% endif %}
|
{% endif %}
{% if object.closest_focus is not None %}
Closest focus |
{{ object.closest_focus }}m |
{% endif %}
{% if object.elements is not None and object.groups is not None %}
Elements/Groups |
{{ object.elements }}/{{ object.groups }} |
{% else %}
{% if object.elements is not None %}
Elements |
{{ object.elements }} |
{% endif %}
{% if object.groups is not None %}
Groups |
{{ object.groups }} |
{% endif %}
{% endif %}
{% if object.nominal_max_angle_diag is not None %}
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 %}°
|
{% endif %}
{% if object.rectilinear is not None %}
Rectilinear |
{{ object.rectilinear|boolicontag }} |
{% endif %}
{% if object.magnification is not None %}
Maximum magnification |
{{ object.magnification }}× |
{% endif %}
{% if object.negative_size is not None %}
{% endif %}
{% if object.aperture_blades is not None %}
Aperture blades |
{{ object.aperture_blades }} |
{% endif %}
{% if object.image_circle is not None %}
Image circle |
{{ object.image_circle }}mm |
{% endif %}
Features |
{% if object.filter_thread is not None %}
Filter thread |
{{ object.filter_thread }}mm |
{% endif %}
{% if object.coating is not None %}
Coating |
{{ object.coating }} |
{% endif %}
{% if object.hood is not None %}
Hood |
{{ object.hood }} |
{% endif %}
{% endif %}
{% if object.format is not None %}
Format |
{{ object.format }}
|
{% endif %}
{% if object.introduced is not None %}
Marketed |
{{ object.introduced }}{% if object.discontinued is not None %}-{{ object.discontinued }}{% endif %} |
{% endif %}
{% if object.body_type is not None %}
Body type |
{{ object.body_type }} |
{% endif %}
{% if object.weight is not None %}
Weight |
{{ object.weight }}g |
{% endif %}
{% if object.negative_size is not None %}
Negative size |
{{ object.negative_size }} |
{% endif %}
Focus |
{% if object.focus_type is not None %}
Focus type |
{{ object.focus_type }} |
{% endif %}
{% if object.autofocus_points is not None %}
Autofocus points |
{{ object.af_points }} |
{% endif %}
{% if object.viewfinder_coverage is not None %}
Viewfinder coverage |
{{ object.viewfinder_coverage }}% |
{% endif %}
Metering |
{% if object.metering is not None %}
Metering |
{{ object.metering|boolicontag }} |
{% endif %}
{% if object.metering %}
{% if object.metering_type is not None %}
Metering type |
{{ object.metering_type }} |
{% endif %}
{% if object.meter_min_ev is not None %}
Meter EV |
{{ object.meter_min_ev }}-{{ object.meter_max_ev }} |
{% endif %}
{% if object.metering_modes is not None %}
Metering modes |
{% for meteringmode in object.metering_modes.all %}
- {{ meteringmode }}
{% endfor %}
|
{% endif %}
{% endif %}
{% if object.min_iso is not None %}
ISO |
{{ object.min_iso }}-{{ object.max_iso }} |
{% endif %}
{% if object.exposure_programs is not None %}
Exposure programs |
{% for exposureprogram in object.exposure_programs.all %}
- {{ exposureprogram }}
{% endfor %}
|
{% endif %}
Shutter |
{% if object.shutter_type is not None %}
Shutter type |
{{ object.shutter_type }} |
{% endif %}
{% if object.shutter_model is not None %}
Shutter model |
{{ object.shutter_model }} |
{% endif %}
{% if object.bulb is not None %}
Bulb |
{{ object.bulb|boolicontag }} |
{% endif %}
{% if object.time is not None %}
Time |
{{ object.time|boolicontag }} |
{% endif %}
{% if object.shutter_speeds is not None %}
Shutter speeds |
{% for shutter_speed in object.shutter_speeds.all %}
- {{ shutter_speed }}
{% endfor %}
|
{% endif %}
Film transport |
{% if object.power_drive is not None %}
Power drive |
{{ object.power_drive|boolicontag }} |
{% endif %}
{% if object.continuous_fps is not None %}
Continuous fps |
{{ object.continuous_fps }} |
{% endif %}
Power |
{% if object.battery_qty is not None %}
Batteries |
{{ object.battery_qty }}
{% if object.battery_type is not None %} × {{ object.battery_type }}{% endif %}
|
{% endif %}
Flash |
{% if object.int_flash is not None %}
Internal flash |
{{ object.int_flash|boolicontag }} |
{% endif %}
{% if object.int_flash %}
{% if object.int_flash_gn is not None %}
Internal flash guide number |
{{ object.int_flash_gn }} |
{% endif %}
{% endif %}
{% if object.external_flash is not None %}
External flash |
{{ object.ext_flash|boolicontag }} |
PC sync |
{{ object.pc_sync|boolicontag }} |
{% endif %}
{% if object.shoe is not None %}
Shoe |
{{ object.shoe }} |
{% endif %}
{% if object.x_sync %}
X-sync speed |
{{ object.x_sync }} |
{% endif %}
{% if object.flash_metering is not None %}
Flash metering |
{{ object.flash_metering|boolicontag }} |
{% endif %}
Features |
{% if object.dof_preview is not None %}
DoF preview |
{{ object.dof_preview|boolicontag }} |
{% endif %}
{% if object.mirror_lockup is not None %}
Mirror lock-up |
{{ object.mirror_lockup|boolicontag }} |
{% endif %}
{% if object.tripod is not None %}
Tripod |
{{ object.tripod|boolicontag }} |
{% endif %}
{% if object.self_timer is not None %}
Self timer |
{{ object.self_timer|boolicontag }} |
{% endif %}
{% if object.cable_release is not None %}
Cable release |
{{ object.cable_release|boolicontag }} |
{% endif %}
Misc |
{% if object.notes is not None %}
Notes |
{{ object.notes }} |
{% endif %}
{% if object.url is not None %}
URL |
{{ object.url }} |
{% endif %}
{% if object.tags.all %}
Tags |
{% for tag in object.tags.all %}
{{ tag }}
{% endfor %} |
{% endif %}
{% if object.created_at is not None %}
Created |
{{ object.created_at }}{% if object.created_by is not None %} by {{ object.created_by }}{% endif %} |
{% endif %}
{% if object.updated_at is not None %}
Last updated |
{{ object.updated_at }}{% if object.updated_by is not None %} by {{ object.updated_by }}{% endif %} |
{% endif %}
{% if object.image %}