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