{% extends 'ddm/admin/generic/page_with_form.html' %} {% load static %} {% block extrahead %} {% endblock %} {% block scripts %} {{ block.super }} {% endblock %} {% block page_title %}Project Logs{% endblock %} {% block main_heading %}Project Logs{% endblock %} {% block main_body %}
Exception Log
Below you can find a list of the exceptions that have been recorded for this project.
{% for e in exceptions %} {% empty %} {% endfor %}
Date Participant Type Raised by Related Blueprint Message
{{ e.date|date:"Y-m-d, H:i" }} {{ e.participant.pk }} {{ e.exception_type }} {{ e.raised_by }} {{ e.blueprint.pk }} {{ e.message }}
No exceptions recorded.
🠐 go back
{% endblock %} {% block breadcrumbs %} Projects / "{{ project.name|truncatechars:15 }}" Project / Logs {% endblock %}