{% extends "schema/detail.html" %} {% block content %}
Name {{ object.name }}
Width {{ object.width }}
Height {{ object.height }}
Crop factor {{ object.crop_factor }}
Area {{ object.area }}
Aspect ratio {{ object.aspect_ratio }}
{% endblock %}