{% 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 }} |
| Misc | |
|---|---|
| Created | {{ object.created_at }}{% if object.created_by is not None %} by {{ object.created_by }}{% endif %} |
| Last updated | {{ object.updated_at }}{% if object.updated_by is not None %} by {{ object.updated_by }}{% endif %} |