{% load i18n %} {% load cycle from future %} {% if advreport.multiple_actions %} {% endif %} {% for column_value in object.advreport_column_values %} {{ column_value.html }} {% endfor %} {% if object.advreport_actions or object.advreport_extra_information %} {% trans "show options" %} {% endif %} {% if object.advreport_actions or object.advreport_extra_information %} {% block actions %} {% if success %} {{ success }} {% endif %} {% for action in object.advreport_actions %} {% if not action.form or action.form_via_ajax and not action.hidden and action.individual_display %} {% include "advanced_reports/inc_action_link.html" %} {% if not forloop.last %}{% block actiondelimiter %}
{% endblock %}{% endif %} {% endif %} {% endfor %}
{% endblock %} {{ 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 %}