{{ heading }}

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

Insgesamt: {{usersLen}}

{% if usersLen > 0 %}
{% endif %}
{% if canSeeUsername %} {% endif %} {% if showCompanyInformation %} {% endif %} {% if not hideMails %} {% endif %} {% for user in users %} {% if canSeeUsername %} {% endif %} {% if showCompanyInformation %} {% endif %} {% if not hideMails %} {% if canSeeUsermail %} {% endif %} {% endif %} {% endfor %}
ID Studien-TN-IDUser-Name{% if settings.user_grouper_name != '' %}{{ settings.user_grouper_name }}{% else %}Unternehmen{% endif %}  E-Mail-AdresseZugewiesene Trainings Letzter Login
{% if not canSeeUsername %}{% if showUserDetails %}{% endif %}{% endif %}{{ user.ID }}{% if not canSeeUsername %}{% if showUserDetails %}{% endif %}{% endif %} {{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 %}