{% extends 'base.html' %} {% load crispy_forms_tags %} {% block head %}
Title: {{ form.title }}
{% if form.can_edit %}Status: {{ form.get_status_display }}
{% endif %}Description: {{ form.description }}
Start Time: {{ form.start_dt }}
End Time: {{ form.end_dt }}
Completed on {{ completed_form.created_dt }}
{% endif %} {% endblock %}