{% extends "layouts/main.html" %} {% block title %}{{ report.name }} — Report{% include "layouts/_app_title_suffix.html" %}{% endblock %} {% block page_title %}{{ report.name }}{% endblock %} {% block page_subtitle %}Model: {{ report.root_model }}{% endblock %} {% block page_actions %}{% endblock %} {% block content %}
Download Excel Download CSV Download PDF
{% if parameters %}

Parameters

{% for p in parameters %} {% endfor %}
{% endif %}
Loading… rows · ms
{% if report.description %}

{{ report.description }}

{% endif %}
{% endblock %} {% block scripts %} {% endblock %}