Zurück

{{ listuser.name }}

{% if edit %} {% include "user-list/user-edit-modal.html" %} {% endif %}

Allgemeine Informationen

{% if not hideMails %} E-Mail-Adresse: {{ listuser.mail }} {% endif %}

User-ID: {{ listuser.id }}

User-Name: {{ listuser.name }}

Vorname: {% if first_name != null %} {{ first_name }} {% else %} - {% endif %}

Nachname: {% if last_name != null %} {{ last_name }} {% else %} - {% endif %}

Studienteilnehmer-ID: {% if listuser.studienid != null %} {{ listuser.studienid }} {% else %} - {% endif %}

Studiengruppen-ID: {% if listuser.studiengruppenid != null %} {{ listuser.studiengruppenid }} {% else %} - {% endif %}

Letzter Login: {% if listuser.lastlogin != null %} {{ listuser.lastlogin|date('d.m.Y \\u\\m H:i') }} Uhr{% else %} - {% endif %}

Registriert am: {{ user_registered|date('d.m.Y \\u\\m H:i') }} Uhr

Coach: {% if mentor %} {{ mentor.user_login }} {% else %} - {% endif %}

{% if privacy_terms_URL %} {% if privacy_confirmed != 0 %}

Teilnahmebedingungen zugestimmt am: {{privacy_confirmed}}

{% else %} {% endif %} {% endif %}
{% if canSeeCoachingCard %}

Coaching {% if listuser.status != null %}{% endif %}

{% if listuser.status == null %}

Es sind aktuell keine Rückmeldungen offen.

{% else %}
Ausstehende Rückmeldungen für:
{% for training in listuser.trainings %} {% if training.id != "" %} {% for lektion in training.lektionsliste %} {% if lektion.id != "" and lektion.getTrainingAuto() == "2" and training.trainingauto == "2" and lektion.getFin() == 100 and not lektion.isFeedback() %}
{{lektion.title}}
{% endif %} {% endfor %} {% endif %} {% endfor %}
{% endif %} {# {% if listuser.activity == null %}

Es sind aktuell keine Erinnerungen erforderlich.

{% else %}
Erinnerungen erforderlich für:
{% for training in listuser.trainings %} {% if training.id != "" %} {% for lektion in training.lektionsliste %} {% if lektion.id != "" and lektion.getTrainingAuto() == "2" and training.trainingauto == "2" and lektion.inactive %}
{{lektion.title}}
{% endif %} {% endfor %} {% endif %} {% endfor %}
{% endif %} #}
{% if canSeeUserModus or canSendMessages %} {% endif %}
{% endif %}
{%include 'user-list/card-trainings.html' with{'listuser':listuser,'training_button':true, 'urlT':urlT}%}
{% if canSeeCompanyInformationCard %}
{% if listuser.companys is not empty %}

Firmeninformationen

{% for comp in listuser.companys %}

Firma: {{ comp.title }}

Führungskraft: {% if comp.bossname is empty and comp.bossmail is empty%}unbesetzt{% else %}{{comp.bossname}}{% if not hideMails %} ({{ comp.bossmail }}){% endif %}{% endif %}

{% for group in comp.groups %}

Team: {{ group }}

{% endfor %}
{% endfor %}
{% endif %}
{% endif %} {% if canSendMessages %}

Kommunikation

{{ mailbox | raw }}
{% endif %}
{% if canSeeUserStatistics %}
{% include "systemstatistics/systemstatistics-user-active-counthour.html" %} {% include "systemstatistics/systemstatistics-user-active-sumhour.html" %} {% include "systemstatistics/systemstatistics-user-active-countweekday.html" %} {% include "systemstatistics/systemstatistics-user-active-sumweekday.html" %} {% include "systemstatistics/systemstatistics-user-active-countpage.html" %} {% include "systemstatistics/systemstatistics-user-active-sumpage.html" %}
{% endif %} Zurück