diff --git a/pinaxcon/templates/registrasion/report.html b/pinaxcon/templates/registrasion/report.html index 7a4dcda0f273aa07e944ff70c17cd1b97c976880..0747cf2f3f03b6dbda6cea0bfe291c137e6076f1 100644 --- a/pinaxcon/templates/registrasion/report.html +++ b/pinaxcon/templates/registrasion/report.html @@ -24,28 +24,26 @@

{{ report.title }}

{% if report.headings %} + + + {% for heading in report.headings %} + + {% endfor %} + + {% else %}
{{ heading }}
{% endif %} - - - {% for heading in report.headings %} - - {% endfor %} - - - - {% for line in report.rows %} - - {% for item in line %} - - {% endfor %} - - {% endfor %} - -
{{ heading }}
- {{ item|safe }} -
+ + {% for line in report.rows %} + + {% for item in line %} + {{ item|safe }} + {% endfor %} + + {% endfor %} + +
{% endfor %}