Zurück

{{company.name}} − {{group.name}}

{% if show %}
{% include "company-details/company-details-member-progress.html" %}

Team

Name: {{group.name}}

Gruppen-ID: {{group.id}}

Firma: {{company.name}}

{% if company.boss is null %}

Führungskraft: nicht festgelegt

{% else %} {% if not hideMails %}

Führungskraft: {{company.boss.name}} ({{company.boss.mail}})

{% else %}

Führungskraft: {{company.boss.name}}

{% endif %} {% endif %}

Gruppen-Mitglieder

{% if group.members|length > 0 %} {% for member in group.members %}

{% if not hideMails %} {{member.name}} ({{member.mail}}) {% else %} {{member.name}} {% endif %}

{% 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" %}
{% else %} {% include "company-details/company-details-tooless.html" %} {% endif %}
 Zurück