{{ heading }}

{# Text für Helge.... #}

{% if trainings is not empty and allusers is not empty %}
{% for training in trainings %} {% for lektion in training.getLektionsliste() %} {% if not loop.first %}{% endif %} {% if not loop.last %}{% endif %} {% endfor %} {% endfor %}
  Training TS Form IDs:   Lektion: TS Form IDs:
{% for tsformid, tsformtitle in allscalematrixforms %}
{% endfor %}
{% for tsformid, tsformtitle in allscalematrixforms %}
{% endfor %}

Mit einem Klick auf werden alle sichtbaren Benutzer ausgewählt, mit einem Klick auf werden alle sichtbaren Benutzer abgewählt. Dies kann in Verbindung mit der Suchfunktion geschehen.
{% for user in allusers %}
{% endfor %}
{% include 'study-export/study-export-loading-modal.html' %} {% else %} {% if trainings is empty %}
{% endif %} {% if allusers is empty %}
{% endif %} {% endif %}