{% if result_list|length == 0 %} No data retrieved {% else %} {% include 'report-table-header.html' %} {% for item in result_list %} {% endfor %} {% endif %}
{{ item.timestamp|date:"m/d/Y h:i:s A" }} {{ item.action_type }} {{ item.action_level }} {{ item.action_text }} {{ item.location }} {{ item.canister }}