{% extends 'arnold/base.html' %} {% load crispy_forms_tags %} {% block content %} {% include 'arnold/back.html' %}

Predefined Detention

{% crispy form %} {% if profile %}

Last changed {{ profile.last_edited|date:'DATETIME_FORMAT' }} by {{ profile.edited_by }}

{% endif %}
{% endblock %}