Insgesamt: {{usersLen}}
| ID | Studien-TN-ID | {% if canSeeUsername %}User-Name | {% endif %} {% 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 |
|---|---|---|---|---|---|---|
| {% if not canSeeUsername %}{% if showUserDetails %}{% endif %}{% endif %}{{ user.ID }}{% if not canSeeUsername %}{% if showUserDetails %}{% endif %}{% endif %} | {{user.studienid}} | {% if canSeeUsername %}{% if showUserDetails %}{% endif %}{{user.name}}{% if showUserDetails %}{% endif %} | {% endif %} {% if showCompanyInformation %}{% for company in user.companys %} {{company.title}} {% endfor %} | {% endif %} {% if not hideMails %} {% if canSeeUsermail %}{{user.mail}} | {% endif %} {% 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 %} |