{% extends "site_base.html" %} {% load bootstrap %} {% load registrasion_tags %} {% block body %}

{{ title }}

{{ form | bootstrap}}

{% for heading in report.headings %} {% endfor %} {% for line in report.data %} {% for item in line %} {% endfor %} {% endfor %}
{{ heading }}
{{ item }}
{% endblock %}