Insgesamt: {{usersLen}}
ID | Studien-TN-ID | User-Name | {% if showCompanyInformation %}{% if settings.user_grouper_name != '' %}{{ settings.user_grouper_name }}{% else %}Unternehmen{% endif %} | {% endif %} {% if not hideMails %}E-Mail-Adresse | {% endif %}Zugewiesene Trainings | Letzter Login |
---|---|---|---|---|---|---|
{{ user.ID }} | {{user.studienid}} | {% if showUserDetails %}{% endif %}{{user.name}}{% if showUserDetails %}{% endif %} | {% if showCompanyInformation %}{% for company in user.companys %} {{company.title}} {% endfor %} | {% endif %} {% if not hideMails %}{{user.mail}} | {% endif %}{% 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 %} |