{% load i18n %}
{{ bg_image_description }}
{% if header_values %} {% for header in header_values %} {% endfor %} {% endif %} {% for content in content_values %} {% endfor %}
{{ header|safe }}
{{content|safe}}
{% if allow_download %}

{% trans "Download report" %}

{% endif %}