{%- from 'reporting/fragments/macros.html' import download_filter_link, rerun_report_link, visualization_with_filter_link with context -%}
{% extends "base.html" %}
{% block title %}Report{% endblock %}
{% block head %}
{{ super() }}
{% endblock %}
{% block content %}
{{ content | safe }}
{% endblock %}