{{ it.title }}
{{ it.severity }}
{{ it.message }}
{% if it.meta %}{{ it.meta }}
{% endif %}
{# output/templates/report_template.html #} {% extends "base.html" %} {% block title %}SnapCheck Audit Report{% endblock %} {# Load Tailwind + Chart.js (brand.css already loaded by base.html) #} {% block head_extra %} {% endblock %} {# Header actions (right side of the header) #} {% block header_actions %} Export JSON {% endblock %} {% block content %}
{{ it.message }}
{% if it.meta %}{{ it.message }}
{% if it.meta %}