{% extends "detail.html" %} {% 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 %} {% if history %} {% endif %}
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 }}
Edit history {% include "history.html" %}
{% endblock %}