| 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 }} |
| Lens model |
{% if object.lensmodel %}{{ object.lensmodel }}{% endif %} |
{% else %}
{% if object.mount %}
| Mount |
{{ object.mount }} |
{% endif %}
{% endif %}
{% if object.format %}
| Format |
{{ object.format }}
|
{% endif %}
{% if object.introduced %}
| Marketed |
{{ object.introduced }}{% if object.discontinued %}-{{ object.discontinued }}{% endif %} |
{% endif %}
{% if object.body_type %}
| Body type |
{{ object.body_type }} |
{% endif %}
{% if object.weight %}
| Weight |
{{ object.weight }}g |
{% endif %}
{% if object.negative_size %}
| Negative size |
{{ object.negative_size }} |
{% endif %}
| Focus |
{% if object.focus_type %}
| Focus type |
{{ object.focus_type }} |
{% endif %}
{% if object.autofocus_points %}
| Autofocus points |
{{ object.af_points }} |
{% endif %}
{% if object.viewfinder_coverage %}
| Viewfinder coverage |
{{ object.viewfinder_coverage }} |
{% endif %}
| Metering |
{% if object.metering %}
| Metering |
{{ object.metering }} |
| Coupled metering |
{{ object.coupled_metering }} |
| Metering type |
{{ object.metering_type }} |
| ISO |
{{ object.min_iso }}-{{ object.max_iso }} |
| Meter EV |
{{ object.meter_min_ev }}-{{ object.meter_max_ev }} |
| Metering modes |
{{ object.metering_modes.all|join:", " }}
|
| Exposure programs |
{{ object.exposure_programs.all|join:", " }}
|
{% endif %}
| Shutter |
{% if object.shutter_type %}
| Shutter type |
{{ object.shutter_type }} |
{% endif %}
{% if object.shutter_model %}
| Shutter model |
{{ object.shutter_model }} |
{% endif %}
{% if object.bulb %}
| Bulb |
{{ object.bulb }} |
{% endif %}
{% if object.time %}
| Time |
{{ object.time }} |
{% endif %}
{% if object.shutter_speeds %}
| Shutter speeds |
{{ object.shutter_speeds.all|dictsort:"shutter_speed"|join:", " }}
|
{% endif %}
| Film transport |
{% if object.power_drive %}
| Power drive |
{{ object.power_drive }} |
{% endif %}
{% if object.continuous_fps %}}
| Continuous fps |
{{ object.continuous_fps }} |
{% endif %}
| Batteries |
{% if object.battery_qty %}
| Battery quantity |
{{ object.battery_qty }} |
| Battery type |
{{ object.battery_type }} |
{% endif %}
| Flash |
{% if object.int_flash %}
| Internal flash |
{{ object.int_flash }} |
| Internal flash guide number |
{{ object.int_flash_gn }} |
{% endif %}
{% if object.external_flash %}
| External flash |
{{ object.ext_flash }} |
| PC sync |
{{ object.pc_sync }} |
| Hotshoe |
{{ object.hotshoe }} |
{% endif %}
{% if object.coldshoe %}
| Coldshoe |
{{ object.coldshoe }} |
{% endif %}
{% if object.flash_metering %}
| Flash metering |
{{ object.flash_metering }} |
{% endif %}
| Features |
{% if object.dof_preview %}
| DoF preview |
{{ object.dof_preview }} |
{% endif %}
{% if object.tripod %}
| Tripod |
{{ object.tripod }} |
{% endif %}
{% if object.cable_release %}
| Cable release |
{{ object.cable_release }} |
{% endif %}
| Misc |
{% if object.notes %}
| Notes |
{{ object.notes }} |
{% endif %}
{% if object.series %}
| Series |
{% if object.series is None %}
{% for series in object.series.all %}
- {{ series.name }}
{% endfor %}
{% endif %}
|
{% endif %}