{% if not protocol.has_nonplanned_tops() %}
{% for default_top in protocol.protocoltype.default_tops %}
{% if not default_top.is_at_end() %}
{% set localtop = default_top.get_localtop(protocol) %}
0 %} class="expansion-button" id="localtop-{{localtop.id}}" title="{{localtop.description}}"{% endif %}>
{{default_top.name}}
{% if not protocol.is_done() and has_modify_right %}
Ändern
{% endif %}
{% if has_private_view_right and localtop.description is not none and localtop.description|length > 0 %}
{{-localtop.description-}}
{% endif %}
{% endif %}
{% endfor %}
{% endif %}
{% for top in protocol.tops %}
{{top.name}}
{% if not protocol.is_done() and has_modify_right %}
({{top.number}})
{% endif %}
{% if not protocol.is_done() and has_modify_right %}
ÄndernRunterHochLöschen
{% endif %}
{% if has_private_view_right and top.description is not none and top.description|length > 0 %}
{% endfor %}
{% if not protocol.has_nonplanned_tops() %}
{% for default_top in protocol.protocoltype.default_tops %}
{% if default_top.is_at_end() %}
{% set localtop = default_top.get_localtop(protocol) %}
0 %} class="expansion-button" id="localtop-{{localtop.id}}" title="{{localtop.description}}"{% endif %}>
{{default_top.name}}
{% if not protocol.is_done() and has_modify_right %}
Ändern
{% endif %}
{% if has_private_view_right and localtop.description is not none and localtop.description|length > 0 %}