{{ heading }}

{% if search is not empty %} {% endif %}

Insgesamt: {{usersLen}}

{% if usersLen > 0 %}
{% endif %}
{% if showCompanyInformation %} {% endif %} {% if not hideMails %} {% endif %} {% for user in users %} {% if showCompanyInformation %} {% endif %} {% if not hideMails %} {% endif %} {% endfor %}
ID Studien-TN-ID User-Name{% if settings.user_grouper_name != '' %}{{ settings.user_grouper_name }}{% else %}Unternehmen{% endif %}  E-Mail-AdresseZugewiesene Trainings Letzter Login
{{ user.ID }} {{user.studienid}} {% if showUserDetails %}{% endif %}{{user.name}}{% if showUserDetails %}{% endif %} {% for company in user.companys %} {{company.title}} {% endfor %} {{user.mail}} {% for training in user.trainings %} {% if training.id != "" %} {% if not training.getTrainingEnable() %}{% endif %} {{training.title}}{% if not loop.last %},{% endif %} {% endif %} {% endfor %} {% if user.lastlogin %} {{ user.lastlogin|date("d.m.Y H:i") }} Uhr {% else %} - {% endif %}
{% if usersLen > 0 %}
{% endif %}