{% load i18n %} {% load markup %} {% load custom_tags %}
{% trans "Supervisor" %}: | {{ controller.supervisor.getFullName }} |
---|---|
{% trans "Your colleagues" %}: | {% if controller.colleagues %}{% for c in controller.colleagues %}{{ c.omeName }}, {% endfor %}{% else %}{% trans "No colleagues in your active group." %}{% endif %} |
{% trans "Member of groups" %}: | {% for g in controller.eContext.memberOfGroups %} {{ g.name }}, {% endfor %} |
{% trans "Leader of" %}: | {% for g in controller.leaderOfGroups %} {{ g.name }}, {% endfor %} |
{% trans "Your staff" %}: | {% if controller.staffs %}{% for c in controller.staffs %}{{ c.omeName }}, {% endfor %}{% else %}{% trans "No staff in your leading groups" %}{% endif %} |