Physical |
Manufacturer |
{% if object.manufacturer is not None %}{{ object.manufacturer }}{% endif %} |
Model |
{{ object.model }} |
{% if object.disambiguation is not None %}
Disambiguation |
{{ object.disambiguation }} |
{% endif %}
{% if object.fixed_mount is not None %}
Fixed mount |
{{ object.fixed_mount|yesnoicon }} |
{% endif %}
{% if object.fixed_mount is True %}
{% if object.lensmodel is not None %}
Lens model |
{{ object.lensmodel }} |
{% endif %}
{% else %}
{% if object.mount is not None %}
Mount |
{{ object.mount }} |
{% 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 spped |
{{ 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.series is not None %}
Series |
{% if object.series is None %}
{% for series in object.series.all %}
- {{ series.name }}
{% endfor %}
{% endif %}
|
{% 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 %}