{% extends 'arnold/base.html' %} {% block content %} {% if profiles %} {% for profile in profiles %} {% endfor %} {% endif %}
List of current detention profiles
Id Title Description Active _
{{ profile.id }} {{ profile.name }} {{ profile.description }} {{ profile.active|yesno:'Yes,No' }} Edit
{{ profiles|length }} profile{{ profiles|pluralize:'s' }} registered
Add new detention profile {% endblock %}