Disambiguation |
{{ object.disambiguation }} |
Mount |
{% if object.mount %}{{ object.mount }}{% endif %} |
Format |
{% if object.format %}{{ object.format }}{% endif %}
|
Focus type |
{{ object.focus_type }} |
Metering |
{{ object.metering }} |
Coupled metering |
{{ object.coupled_metering }} |
Metering type |
{{ object.metering_type }} |
Introduced |
{{ object.introduced }} |
Discontinued |
{{ object.discontinued }} |
Body type |
{{ object.body_type }} |
Weight |
{{ object.weight }} |
Negative size |
{% if object.negative_size %}{{ object.negative_size }}{% endif %} |
Shutter type |
{{ object.shutter_type }} |
Shutter model |
{{ object.shutter_model }} |
Cable release |
{{ object.cable_release }} |
Viewfinder coverage |
{{ object.viewfinder_coverage }} |
Power drive |
{{ object.power_drive }} |
Continuous fps |
{{ object.continuous_fps }} |
Fixed mount |
{{ object.fixed_mount }} |
Lens model |
{% if object.lensmodel %}{{ object.lensmodel }}{% endif %} |
Battery quantity |
{{ object.battery_qty }} |
Battery type |
{{ object.battery_type }} |
Notes |
{{ object.notes }} |
Bulb |
{{ object.bulb }} |
Time |
{{ object.time }} |
Min ISO |
{{ object.min_iso }} |
Max ISO |
{{ object.max_iso }} |
Autofocus points |
{{ object.af_points }} |
Internal flash |
{{ object.int_flash }} |
Internal flash guide number |
{{ object.int_flash_gn }} |
External flash |
{{ object.ext_flash }} |
Flash metering |
{{ object.flash_metering }} |
PC sync |
{{ object.pc_sync }} |
Hotshoe |
{{ object.hotshoe }} |
Coldshoe |
{{ object.coldshoe }} |
Meter min EV |
{{ object.meter_min_ev }} |
Meter max EV |
{{ object.meter_max_ev }} |
DoF preview |
{{ object.dof_preview }} |
Tripod |
{{ object.tripod }} |
Shutter speeds |
{{ object.shutter_speeds.all|dictsort:"shutter_speed"|join:", " }}
|
Metering modes |
{{ object.metering_modes.all|join:", " }}
|
Exposure programs |
{{ object.exposure_programs.all|join:", " }}
|
Series |
{% if object.series %}
{% for series in object.series.all %}
- {{ series.name }}
{% endfor %}
{% endif %}
|