diff --git a/sigi/apps/utils/templates/utils/report/report.html b/sigi/apps/utils/templates/utils/report/report.html index f667878..2c5aaf4 100644 --- a/sigi/apps/utils/templates/utils/report/report.html +++ b/sigi/apps/utils/templates/utils/report/report.html @@ -26,44 +26,51 @@ {% endblock %} {% block content %} - {% if form %} -
-
-
-
- {% block filterform %}{{ form }}{% endblock filterform %} -
-
- -
- - print - -
    -
  • -
  • -
+ {% block form %} + {% if form %} + +
+
+
+ {% block filterform %}{{ form }}{% endblock filterform %} +
+
+ +
+ + print + +
    +
  • +
  • +
+
+ + {% else %} + - - {% else %} - - {% endif %} - {% include "utils/report/report_items_snippet.html" with mode="html" %} + {% endif %} + {% endblock form %} + {% block data %} + {% include "utils/report/report_items_snippet.html" with mode="html" %} + {% endblock data %} {% endblock %} {% block footer %} {{ block.super }} + {% if form %} + {{ form.media }} + {% endif %}