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

Hier erhalten sie alle vollständigen und validen Teilnehmerdaten, die auch dem DATES-II-Export zugrunde liegen.

{% 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 %}