{% if not protocol.has_nonplanned_tops() %} {% for default_top in protocol.protocoltype.default_tops %} {% if not default_top.is_at_end() %}
  • {{default_top.name}}
  • {% 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 %} Ändern Runter Hoch Löschen {% endif %} {% if has_private_view_right and top.description is not none and top.description|length > 0 %}
                        {{-top.description-}}
                    
    {% endif %} {% endfor %} {% if not protocol.has_nonplanned_tops() %} {% for default_top in protocol.protocoltype.default_tops %} {% if default_top.is_at_end() %}
  • {{default_top.name}}
  • {% endif %} {% endfor %} {% endif %}