{% extends "arnold/base.html" %} {% block content %} {% comment %} List all existing justifications {% endcomment %} {% if justifications %} {% for justification in justifications %} {% endfor %} {% endif %}
Existing reasons for detention
Reason Description  
{{ justification.name }} {{ justification.description }} Edit
{% comment %} Form for creating new justifications {% endcomment %}
{{ form.as_table }}
 
{% endblock %}