{% load i18n %}
{% if advreport.multiple_actions and not hide_selection %} {% endif %} {% for column_value in object.advreport_column_values %} {% endfor %} {% if not hide_display_options %} {% endif %}
{{ column_value.html }} {% if object.advreport_actions or object.advreport_extra_information %} {% trans "show options" %} {% endif %}
{% if object.advreport_actions or object.advreport_extra_information %}
{% if success %} {{ success }} {% endif %} {{ object.advreport_extra_information|safe }}
{% for action in object.advreport_actions %} {% if action.form and not action.form_via_ajax and not action.hidden %} {% include "advanced_reports/ajax_form.html" %} {% endif %} {% endfor %}
{% else %}
{% endif %}