{% if isBoss %} {% if showBossContent %}
{% for group in dataBoss%}

{{group.name}}


{% for content in group.content %} {% if headlines | length > 0%} {% if headlines[loop.index0] != "" %}

{{headlines[loop.index0]}}

{% endif %} {% endif %} {% for thiscontent in content %} {% if printlabels %}

{{thiscontent.label}}

{% endif %} {% if thiscontent.data | length > 0 %} {%for thisdata in thiscontent.data %} {% if thisdata is not empty %} {% if thiscontent.new[loop.index0] %}NEU:{% endif %}

{{thisdata}}

{% if showSaveDate %}

zuletzt gespeichert am {{thiscontent.savedate[loop.index0] | date("d.m.y")}}

{% endif %} {% endif %} {% endfor %} {% else %} {% endif %}
{% endfor %}
{% endfor %}
{% if showPDFDownload %}
{% endif %} {% endfor %}
{% else %}
{% endif %} {% elseif isKAdmin %} {% if showKAdminContent %} {% for firma in dataKAdmin%}
{% for group in firma.groups %}

{{group.name}}


{% for content in group.content %} {% if headlines | length > 0%} {% if headlines[loop.index0] != "" %}

{{headlines[loop.index0]}}

{% endif %} {% endif %} {% for thiscontent in content %} {% if printlabels %}

{{thiscontent.label}}

{% endif %} {% if thiscontent.data | length > 0 %} {%for thisdata in thiscontent.data %} {% if thisdata is not empty %} {% if thiscontent.new[loop.index0] %}NEU:{% endif %}

{{thisdata}}

{% if showSaveDate %}

zuletzt gespeichert am {{thiscontent.savedate[loop.index0] | date("d.m.y")}}

{% endif %} {% endif %} {% endfor %} {% else %} {% endif %}
{% endfor %}
{% endfor %}
{% if showPDFDownload %}
{% endif %} {% endfor %}
{% endfor %} {% else %}
{% endif %} {% elseif isTeamleader %} {% if showTeamleaderContent %}
{% for group in dataTeamleader%}

{{group.name}}


{% for content in group.content %} {% if headlines | length > 0%} {% if headlines[loop.index0] != "" %}

{{headlines[loop.index0]}}

{% endif %} {% endif %} {% for thiscontent in content %} {% if printlabels %}

{{thiscontent.label}}

{% endif %} {% if thiscontent.data | length > 0 %} {%for thisdata in thiscontent.data %} {% if thisdata is not empty %} {% if thiscontent.new[loop.index0] %}NEU:{% endif %}

{{thisdata}}

{% if showSaveDate %}

zuletzt gespeichert am {{thiscontent.savedate[loop.index0] | date("d.m.y")}}

{% endif %} {% endif %} {% endfor %} {% else %} {% endif %}
{% endfor %}
{% endfor %}
{% if showPDFDownload %}
{% endif %} {% endfor %}
{% endif %} {% else %}
{% endif %}