{% 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 %}
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. |