{% extends "support.html" %} {% block head %} {{ block.super }} {% endblock %} {% block pagehead %} {% include 'pagehead.html' %} {% endblock %} {% block content %} {% include 'topnav.html' %} {% include 'report-table-header.html' %} {% for itm in report_list %} {% if itm.object_json_repr %} {% else %} {% endif %} {% endfor %}
{{ itm.event_dts|date:"m/d/Y h:i:s A"}} {{ itm.user_initials }} {{ itm.event_type }} {{ itm.description|safe }} {{ itm.details }} {% if "pmsextdbrequestlookup" in itm.description %} {% endif %}

{% include 'bottomnav.html' %} {% endblock %}