ID | {% endif %} {% if showStudyID %}Studien-TN-ID | {% endif %}User-Name | Trainings mit Coaching | {%if showLastLogin %}Letzter Login | {% endif %} {% if showRegistrationDate %}Registrierungsdatum | {% endif %}Feedback-Status | {% if showUserActivity %}Aktivität | {% endif %} {% if showNotes %}Notizen | {% endif %}
---|---|---|---|---|---|---|---|---|
{{user.getId()}} | {% endif %} {% if showStudyID %}{% if user.getStudienid() is not empty %}{{user.getStudienid()}}{% else %}-{% endif %} | {% endif %}{% if showUserDetails %}{% endif %}{{user.getName()}}{% if showUserDetails %}{% endif %} | {% for training in user.getTrainings() %} {% if loop.first %} {% if training.getId() != "" %} {% if not training.getTrainingEnable() %} {% endif %}{{training.getTitle()}} ({{training.getFin()}}%{% for lektion in training.lektionsliste %}{% if lektion.getFin() > 50 and lektion.getFin() < 100 and lektion.getTrainingAuto()==2 %} {{lektion.getFin()}}% in Lektion {{loop.index}}{% endif %}{% if lektion.getTrainingAuto() == "2" and lektion.getFin() == 100 and lektion.isFeedback() !=1 %} {% endif %}{% endfor %}) {% endif %} {% else %} {% if training.getId() != "" %} , {% if not training.getTrainingEnable() %} {% endif %}{{training.getTitle()}} ({{training.getFin()}}%{% for lektion in training.lektionsliste %}{% if lektion.getFin() > 50 and lektion.getFin() < 100 and lektion.getTrainingAuto()==2 %} {{lektion.getFin()}}% in Lektion {{loop.index}}{% endif %}{% if lektion.getTrainingAuto() == "2" and lektion.getFin() == 100 and lektion.isFeedback() !=1 %} {% endif %}{% endfor %}) {% endif %} {% endif %} {% endfor %} | {% if showLastLogin %}{% if user.lastlogin %} {{ user.lastlogin|date("d.m.Y H:i") }} Uhr {% else %} - {% endif %} | {% endif %} {% if showRegistrationDate %}{{user.registrationdate|date("d.m.Y H:i", "Europe/Berlin") }} Uhr | {% endif %}
{% if user.status == null %}
{% else %}
{{user.status}} |
{% if showUserActivity %}
{% if user.activity is null %}
Keine Daten vorhanden Aktiv in den letzten {{ user.activityDays }} Tagen Alle Trainings vollständig bearbeitet Trainings noch nicht begonnen Keine Trainings mit Coaching in Bearbeitung Inaktiv seit {{ user.getActivityFormatted() }} |
{% endif %}
{% if showNotes %}
|
{% endif %}
Ihnen wurden bisher noch keine Teilnehmenden zugewiesen.