{% extends "schema/detail.html" %} {% block content %}
Camera {% if object.camera is not None %}{{ object.camera }}{% endif %}
Lens {{ object.lens }}
Date {{ object.date }}
Summary {{ object.summary }}
Description {{ object.detail }}
{% endblock %}