{% extends "schema/detail.html" %} {% block content %} {% if object.disambiguation %} {% endif %} {% if object.fixed_mount %} {% else %} {% if object.mount %} {% endif %} {% endif %} {% if object.format %} {% endif %} {% if object.introduced %} {% endif %} {% if object.body_type %} {% endif %} {% if object.weight %} {% endif %} {% if object.negative_size %} {% endif %} {% if object.focus_type %} {% endif %} {% if object.autofocus_points %} {% endif %} {% if object.viewfinder_coverage %} {% endif %} {% if object.metering %} {% endif %} {% if object.shutter_type %} {% endif %} {% if object.shutter_model %} {% endif %} {% if object.bulb %} {% endif %} {% if object.time %} {% endif %} {% if object.shutter_speeds %} {% endif %} {% if object.power_drive %} {% endif %} {% if object.continuous_fps %}} {% endif %} {% if object.battery_qty %} {% endif %} {% if object.int_flash %} {% endif %} {% if object.external_flash %} {% endif %} {% if object.coldshoe %} {% endif %} {% if object.flash_metering %} {% endif %} {% if object.dof_preview %} {% endif %} {% if object.tripod %} {% endif %} {% if object.cable_release %} {% endif %} {% if object.notes %} {% endif %} {% if object.series %} {% endif %}
Physical
Manufacturer {% if object.manufacturer %}{{ object.manufacturer }}{% endif %}
Model {{ object.model }}
Disambiguation {{ object.disambiguation }}
Fixed mount {{ object.fixed_mount }}
Lens model {% if object.lensmodel %}{{ object.lensmodel }}{% endif %}
Mount {{ object.mount }}
Format {{ object.format }}
Marketed {{ object.introduced }}{% if object.discontinued %}-{{ object.discontinued }}{% endif %}
Body type {{ object.body_type }}
Weight {{ object.weight }}g
Negative size {{ object.negative_size }}
Focus
Focus type {{ object.focus_type }}
Autofocus points {{ object.af_points }}
Viewfinder coverage {{ object.viewfinder_coverage }}
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:", " }}
Shutter
Shutter type {{ object.shutter_type }}
Shutter model {{ object.shutter_model }}
Bulb {{ object.bulb }}
Time {{ object.time }}
Shutter speeds {{ object.shutter_speeds.all|dictsort:"shutter_speed"|join:", " }}
Film transport
Power drive {{ object.power_drive }}
Continuous fps {{ object.continuous_fps }}
Batteries
Battery quantity {{ object.battery_qty }}
Battery type {{ object.battery_type }}
Flash
Internal flash {{ object.int_flash }}
Internal flash guide number {{ object.int_flash_gn }}
External flash {{ object.ext_flash }}
PC sync {{ object.pc_sync }}
Hotshoe {{ object.hotshoe }}
Coldshoe {{ object.coldshoe }}
Flash metering {{ object.flash_metering }}
Features
DoF preview {{ object.dof_preview }}
Tripod {{ object.tripod }}
Cable release {{ object.cable_release }}
Misc
Notes {{ object.notes }}
Series {% if object.series is None %}
    {% for series in object.series.all %}
  • {{ series.name }}
  • {% endfor %}
{% endif %}
{% for camera in cameramodel.camera_set.all %} {% endfor %}
Serial Acquired cost serial datecode manufactured own lens notes lost lost_price source condition condition_notes display_lens
{{ camera.serial }} {{ camera.acquired }} {{ camera.cost }} {{ camera.serial }} {{ camera.datecode }} {{ camera.manufactured }} {{ camera.own }} {{ camera.lens }} {{ camera.notes }} {{ camera.lost }} {{ camera.lost_price }} {{ camera.source }} {{ camera.condition }} {{ camera.condition_notes }} {{ camera.display_lens }}
{% endblock %}