{% extends "base.html" %} {% block main_content_body %}
Origin {{ report.node_name + "/" + report.module_}}
Creation time {{ report.report_timestamp | strftime}}
Last append time {{ report.report_append_timestamp | strftime}}
Entries:
{% for r in report.report_entries %} {% endfor %}
Time Title Body Actions
{{ r.timestamp | strftime}} {{ r.title }} {{ r.message_body }} {{ r.actions }}
{% endblock %}