{% extends 'ddm/project_admin/generic/page_with_form.html' %} {% block extrahead %} {% endblock %} {% block scripts %} {{ block.super }} {% endblock %} {% block page_title %}Project Exceptions{% endblock %} {% block main_heading %}Recorded Exceptions{% endblock %} {% block main_body %}

Below you can find an overview of the exceptions that your participants encountered during the donation phase

{% for e in exceptions %} {% empty %} {% endfor %}
Date Participant Type Message
{{ e.date|date:"c" }} {{ e.participant.pk }} {{ e.exception_type }} {{ e.message }}
No exceptions recorded.
{% endblock %} {% block breadcrumbs %} Projects / "{{ project.name|truncatechars:15 }}" Project / Exceptions {% endblock %}