{% extends "master.html" %} {%block header %} {% load staticfiles %} Teilnahmen-Export

Hier erhalten Sie die kompletten Teilnahme-Rohdaten, inklusive unvollständiger und invalider Datensätze.

{% endblock %} {%block main %}
{% csrf_token %} {% include "selection_filter.html" with exporttype="OK" %}
{% endblock %} {% comment %} To add a new zip-export template: 1. add a link with unique id 2. add the js code to submit onclick with zip as export_type 3. add the to core/static/documents/ {% endcomment %} {% block script %} {% endblock %}