{% 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_private_view_right %} ({{top.number}}) {% endif %} {% if not protocol.is_done() and has_modify_right %} Ändern Runter Hoch Löschen {% 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 %}