| 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|yesnoicon }} |
{% 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.closest_focus is not None %}
| Closest focus |
{{ object.closest_focus }}cm |
{% endif %}
{% if object.max_aperture is not None %}
| Aperture |
f/{{ object.max_aperture }}{% if object.max_aperture is not None %}-{{ object.min_aperture }}{% endif %}
|
{% 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|yesnoicon }} |
{% 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 %}
{% if object.formula is not None %}
| Formula |
{{ object.formula }} |
{% 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 %}
{% if object.exif_lenstype is not None %}
| EXIF Lens type |
{{ object.exif_lenstype }} |
{% 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|yesnoicon }} |
{% 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 |
{{ object.metering_modes.all|join:", " }}
|
{% 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 |
{{ object.exposure_programs.all|join:", " }}
|
{% 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|yesnoicon }} |
{% endif %}
{% if object.time is not None %}
| Time |
{{ object.time|yesnoicon }} |
{% endif %}
{% if object.shutter_speeds is not None %}
| Shutter speeds |
{{ object.shutter_speeds.all|dictsort:"shutter_speed"|join:", " }}
|
{% endif %}
| Film transport |
{% if object.power_drive is not None %}
| Power drive |
{{ object.power_drive|yesnoicon }} |
{% 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|yesnoicon }} |
| Internal flash guide number |
{{ object.int_flash_gn }} |
{% endif %}
{% if object.external_flash is not None %}
| External flash |
{{ object.ext_flash|yesnoicon }} |
| PC sync |
{{ object.pc_sync|yesnoicon }} |
{% 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|yesnoicon }} |
{% endif %}
| Features |
{% if object.dof_preview is not None %}
| DoF preview |
{{ object.dof_preview|yesnoicon }} |
{% endif %}
{% if object.mirror_lockup is not None %}
| Mirror lock-up |
{{ object.mirror_lockup|yesnoicon }} |
{% endif %}
{% if object.tripod is not None %}
| Tripod |
{{ object.tripod|yesnoicon }} |
{% endif %}
{% if object.cable_release is not None %}
| Cable release |
{{ object.cable_release|yesnoicon }} |
{% endif %}
| Misc |
{% if object.notes is not None %}
| Notes |
{{ object.notes }} |
{% endif %}
{% if object.url is not None %}
| URL |
{{ object.url }} |
{% 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 cameramodel.camera_set.all %}