{% extends "detail.html" %} {% load static %} {% block content %} {% if object.width is not None and object.height is not None %} {% endif %} {% if object.diagonal is not None %} {% endif %} {% if object.crop_factor is not None %} {% endif %} {% if object.area is not None %} {% endif %} {% if object.aspect_ratio is not None %} {% endif %}
Summary Summary
Name {{ object.name }}
Size {{ object.width }} × {{ object.height }}mm
Diagonal {{ object.diagonal }}mm
Crop factor {{ object.crop_factor }}×
Area {{ object.area }}mm²
Aspect ratio {{ object.aspect_ratio }}
Meta Meta
{% endblock %} {% block moreactions %}
  • View camera models with this negative size
  • {% endblock %}