Zurück

{{company.name}}

{% if show %}
{% include "company-details/company-details-member-progress.html" %} {% if company.boss is not null %}

Führungskraft

Name: {{company.boss.name}}

Teilnehmer-ID: {{company.boss.id}}

{% if not hideMails %}

E-Mail-Adresse: {{company.boss.mail}}

{% endif %}

Letzter Login: {% if boss_lastlogin is not empty %}{{boss_lastlogin}}{% else %}-{% endif %}

{% endif %}

Gruppen

{% if groups|length > 0 %} {% for group in groups %}
{{group.name}} {{group.members | length}} Mitarbeitende
{% endfor %} {% else %} {% endif %}
{% 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" %}
{% elseif allmembers|length == 0 %} {% include "company-details/company-details-nomembers.html" %} {% else %} {% include "company-details/company-details-tooless.html" %} {% endif %}
Zurück