{% extends "detail.html" %} {% load static %} {% load boolicontag %} {% load formatting %} {% load ratings %} {% block content %} {% if object.image %}
{{ object }}
{{ object }}{% if object.image_attribution %} by {% if object.image_attribution_link %}{{ object.image_attribution }}{% else %}{{ object.image_attribution }}{% endif %}{% endif %}
{% endif %} {% if object.manufacturer is not None %} {% endif %} {% if object.disambiguation %} {% endif %} {% if object.introduced is not None %} {% endif %} {% if object.format is not None %} {% endif %} {% if object.negative_size is not None %} {% endif %} {% if object.mount is not None %} {% else %} {% if object.lens_manufacturer is not None %} {% endif %} {% if object.zoom is not None %} {% endif %} {% if object.min_focal_length is not None %} {% endif %} {% if object.zoom_ratio is not None %} {% endif %} {% if object.max_aperture is not None %} {% endif %} {% if object.closest_focus is not None %} {% endif %} {% if object.elements is not None and object.groups is not None %} {% else %} {% if object.elements is not None %} {% endif %} {% if object.groups is not None %} {% endif %} {% endif %} {% if object.nominal_max_angle_diag is not None %} {% endif %} {% if object.magnification is not None %} {% endif %} {% if object.aperture_blades is not None %} {% endif %} {% if object.filter_thread is not None %} {% endif %} {% if object.coating is not None %} {% endif %} {% if object.hood is not None %} {% endif %} {% endif %} {% if object.body_type is not None %} {% endif %} {% if object.weight is not None %} {% endif %} {% if object.focus_type is not None %} {% endif %} {% if object.autofocus_points is not None %} {% endif %} {% if object.viewfinder_coverage is not None %} {% endif %} {% if object.metering is not None %} {% endif %} {% if object.metering %} {% if object.metering_type is not None %} {% endif %} {% if object.meter_min_ev is not None %} {% endif %} {% if object.min_iso is not None %} {% endif %} {% if object.dx_code is not None %} {% endif %} {% endif %} {% if object.metering_modes.all %} {% endif %} {% if object.exposure_programs.all %} {% endif %} {% if object.shutter_type is not None %} {% endif %} {% if object.shutter_model is not None %} {% endif %} {% if object.fastest_shutter_speed is not None %} {% endif %} {% if object.bulb is not None %} {% endif %} {% if object.time is not None %} {% endif %} {% if object.internal_power_drive is not None %} {% endif %} {% if object.continuous_fps is not None %} {% endif %} {% if object.external_power_drive is not None %} {% endif %} {% if object.battery_qty is not None %} {% endif %} {% if object.int_flash is not None %} {% endif %} {% if object.int_flash %} {% if object.int_flash_gn is not None %} {% endif %} {% endif %} {% if object.external_flash is not None %} {% endif %} {% if object.shoe is not None %} {% endif %} {% if object.x_sync %} {% endif %} {% if object.dof_preview is not None %} {% endif %} {% if object.mirror_lockup is not None %} {% endif %} {% if object.tripod is not None %} {% endif %} {% if object.self_timer is not None %} {% endif %} {% if object.date_imprint is not None %} {% endif %} {% if object.cable_release is not None %} {% endif %} {% if object.interchangeable_backs is not None %} {% endif %} {% if object.interchangeable_finders is not None %} {% endif %} {% if object.strap_lugs is not None %} {% endif %} {% if object.multiple_exposures is not None %} {% endif %} {% if object.notes %} {% endif %} {% if object.link is not None %} {% endif %} {% if object.tags.all %} {% endif %} {% if related %} {% endif %}
Summary Summary
Manufacturer {% include "manufacturer.html" with manufacturer=object.manufacturer %}
Model {{ object.model }}
Disambiguation {{ object.disambiguation }}
Marketed {{ object.introduced }}{% if object.discontinued is not None %}-{{ object.discontinued }}{% endif %} {{ object.introduced|yearssince }}
Format {{ object.format }}
Negative size {{ object.negative_size }}
Mount {{ object.mount }}
Lens {% if object.lens_manufacturer is not None %}{{ object.lens_manufacturer }} {% endif %}{{ object.lens_model_name|aperture }}
Lens manufacturer {% include "manufacturer.html" with manufacturer=object.lens_manufacturer %}
Optics Optics
Zoom {{ object.zoom|boolicontag }}
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
Zoom ratio {{ object.zoom_ratio }}×
Aperture f/{{ object.max_aperture }}{% if object.min_aperture is not None %}-{{ object.min_aperture }}{% endif %}
Closest focus {{ object.closest_focus }}m
Elements/Groups {{ object.elements }}/{{ object.groups }}
Elements {{ object.elements }}
Groups {{ object.groups }}
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 %}°
Maximum magnification {{ object.magnification }}×
Aperture blades {{ object.aperture_blades }}
Features Features
Filter thread {{ object.filter_thread }}mm
Coating {{ object.coating }}
Hood {{ object.hood }}
Physical Physical
Body type {{ object.body_type }}
Weight {{ object.weight }}g
Focus Focus
Focus type {{ object.focus_type }}
Autofocus points {{ object.af_points }}
Viewfinder coverage {{ object.viewfinder_coverage }}%
Metering Metering
Metering {{ object.metering|boolicontag }}
Metering type {{ object.metering_type }}
Meter EV {{ object.meter_min_ev }}-{{ object.meter_max_ev }}
ISO {{ object.min_iso }}-{{ object.max_iso }}
DX code {{ object.dx_code|boolicontag }}
Metering modes
    {% for meteringmode in object.metering_modes.all %}
  • {{ meteringmode }}
  • {% endfor %}
Exposure programs
    {% for exposureprogram in object.exposure_programs.all %}
  • {{ exposureprogram }}
  • {% endfor %}
Shutter Shutter
Shutter type {{ object.shutter_type }}
Shutter model {{ object.shutter_model }}
Shutter speeds {{ object.fastest_shutter_speed }}{% if object.slowest_shutter_speed is not None %} - {{ object.slowest_shutter_speed }}{% endif %}
Bulb {{ object.bulb|boolicontag }}
Time {{ object.time|boolicontag }}
Film transport Film transport
Internal power drive {{ object.internal_power_drive|boolicontag }}
Continuous fps {{ object.continuous_fps }}
External power drive {{ object.external_power_drive|boolicontag }}
Power Power
Batteries {{ object.battery_qty }} {% if object.battery_type is not None %} × {{ object.battery_type }}{% endif %}
Flash Flash
Internal flash {{ object.int_flash|boolicontag }}
Internal flash guide number {{ object.int_flash_gn }}
External flash {{ object.ext_flash|boolicontag }}
PC sync {{ object.pc_sync|boolicontag }}
Shoe {{ object.shoe }}
X-sync speed {{ object.x_sync }}
Features Features
DoF preview {{ object.dof_preview|boolicontag }}
Mirror lock-up {{ object.mirror_lockup|boolicontag }}
Tripod {{ object.tripod|boolicontag }}
Self timer {{ object.self_timer|boolicontag }}
Date imprint {{ object.date_imprint|boolicontag }}
Cable release {{ object.cable_release|boolicontag }}
Interchangeable backs {{ object.interchangeable_backs|boolicontag }}
Interchangeable finders {{ object.interchangeable_finders|boolicontag }}
Strap lugs {{ object.strap_lugs|boolicontag }}
Multiple exposures {{ object.multiple_exposures|boolicontag }}
Misc Misc
Notes {{ object.notes|linebreaks }}
Link {{ object.link }}
Meta Meta
Rating {% ratings object %}
Tags {% for tag in object.tags.all %} {{ tag.slug }} {% endfor %}
Similar camera models
Sharing {% include "sharing.html" %}
{% if user.is_authenticated %} {% if mine %}

In your collection

{% for camera in mine %} {% endfor %}
ID Serial Acquired Own
#{{ camera.id_owner }} {% if camera.serial is not None %}{{ camera.serial }}{% endif %} {% if camera.acquired is not None %}{{ camera.acquired }}{% endif %} {% if camera.own is not None %}{{ camera.own|boolicontag }}{% endif %}
{% endif %} {% endif %} {% endblock %} {% block moreactions %}
  • {% endblock %}