{% for r in reportitems %} {% endfor %}
Id At By Origin Path Data Action
{% if request.user.is_staff %} {{ r.report.id }} {% else %} {{ r.report_id }} {% endif %} {{ r.report.at }} {{ r.report.by }} {{ r.report.get_origin_display }} {% if r.path %}{{ r.path }}{% else %}Root{% endif %} {{ r.data | default_if_none:'' }} {{ r.get_action_display }}