{{heading}}

{% include "coach-user-training-mgr/coach-user-training-mgr-training-modal.html" with {'training': training} %} {% include "coach-user-training-mgr/coach-user-training-mgr-remove-training-modal.html" %}

1. Teilnehmende auswählen

{% if users is empty %} {% endif %}
{% if selectuserid is not empty %} {% endif %}
    {% for user in users %}
  • {% if hideMails %}
    {{user.name}}

    {{ user.studienid }}

    {% else %}
    {{user.name}} {{user.mail}}

    {{ user.studienid }}

    {% endif %}
  • {% endfor %} {% for sg_name, sg in studiengruppen %} {% set show_sg = false %} {% for userid in sg %} {% for user in users %} {% if userid == user.id %} {% set show_sg = true %} {% endif %} {% endfor %} {% endfor %} {% if show_sg %}
  • Studiengruppe {{ sg|length }} Nutzende(r)

    {{ sg_name }}

  • {% endif %} {% endfor %} {% for company in companies %} {% if company['all_users']|length > 0 %}
  • {{ global_company_name }} {{ company['all_users']|length }} Nutzende(r)

    {{ company['companyname'] }}

  • {% for groupid, groupname in company['groups'] %} {% if company['users'][groupid]|length > 0 %}
  • {{ global_company_name }} - Gruppe {{ company['users'][groupid]|length }} Nutzende(r)

    {{ company['companyname'] }} - {{ groupname }}

  • {% endif %} {% endfor %} {% endif %} {% endfor %}
Studien-TN-ID Gruppen-ID {{ global_company_name }} Username Mail  


2. Trainings zusammenstellen

{##}