{% extends "admin/base.html" %} {% load i18n static %} {% block extrahead %} {% endblock %} {% block content %}
{% if request.META.PATH_INFO == "/processes/" %}

Select process errors

{% else %} {% if request.META.PATH_INFO == "/confirm/" %}

Select confirmations

{% else %}

Select {{request.META.PATH_INFO|cut:'/'}}

{% endif %} {% endif %}

 Make your required selections below:


{% csrf_token %} {{ form.as_table }}

 

{% endblock %}