{% load string_formating %}
{{ report.title }}
{% if report.description %}
{{ report.description }}
{% endif %}
{% for argument, params in report_run_arguments.items %}
{% if params.annotation == 'date' %} {% elif params.annotation == 'datetime' %} {% elif params.annotation == 'str' %} {% elif params.annotation == 'int' %} {% elif params.annotation == 'float' %} {% elif params.annotation == 'bool' %}
{% elif params.annotation == 'multi_select' %} {% elif params.annotation == 'select' %} {% else %}
Unsupported parameter type: {{ params.annotation }} {% endif %}
{% endfor %}
This report has been informative {{ report_run_count }} times!