{% extends "accounts/calendars.html" %} {% block detail_view %}
{% csrf_token %} {% include "form_field_snippet.html" with field=form.started_at %}
{{ form.finished_at }}
{% include "form_field_snippet.html" with field=form.notes %} {% include "form_buttons.html" %}
{% endblock detail_view %}