Mir zugewiesene Teilnehmende

{% if users | length > 0 %} {% if showUserID %} {% endif %} {% if showStudyID %} {% endif %} {%if showLastLogin %} {% endif %} {% if showRegistrationDate %} {% endif %} {% if showUserActivity %} {% endif %} {% if showNotes %} {% endif %} {% for user in users %} {% if showUserID %} {% endif %} {% if showStudyID %} {% endif %} {% if showLastLogin %} {% endif %} {% if showRegistrationDate %} {% endif %} {% if showUserActivity %} {% endif %} {% if showNotes %} {% endif %} {% endfor %}
IDStudien-TN-IDUser-Name Trainings mit CoachingLetzter LoginRegistrierungsdatumFeedback-StatusAktivitätNotizen
{{user.getId()}}{% if user.getStudienid() is not empty %}{{user.getStudienid()}}{% else %}-{% 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 user.lastlogin %} {{ user.lastlogin|date("d.m.Y H:i") }} Uhr {% else %} - {% endif %}{{user.registrationdate|date("d.m.Y H:i", "Europe/Berlin") }} Uhr {% if user.status == null %}
{% else %}

{{user.status}}
{% endif %}
{% if user.activity is null %}

Keine Daten vorhanden
{% elseif user.activity is same as(true) %}

Aktiv in den letzten {{ user.activityDays }} Tagen
{% elseif user.activity == "trainings finished" %}

Alle Trainings vollständig bearbeitet
{% elseif user.activity == "trainings not started" %}

Trainings noch nicht begonnen
{% elseif user.activity == "trainings not in progress" %}

Keine Trainings mit Coaching in Bearbeitung
{% else %}

Inaktiv seit {{ user.getActivityFormatted() }}
{% endif %}
{% else %} {% endif %}