<h3>Tagesordnung{% if has_modify_right and not protocol.has_nonplanned_tops() %} <ahref="{{url_for("new_top",protocol_id=protocol.id)}}">Top hinzufügen</a>{% endif %}</h3>
<h3>Tagesordnung{% if has_modify_right and not protocol.has_nonplanned_tops() %} <ahref="{{url_for("new_top",protocol_id=protocol.id)}}">Top hinzufügen</a>{% endif %}</h3>
{% include "protocol-tops-include.html" %}
{% include "protocol-tops-include.html" %}
{% if protocol.is_done() and has_public_view_right %}
{% if protocol.is_done() %}
<h3>Beschlüsse</h3>
<h3>Beschlüsse</h3>
<ul>
<ul>
{% if protocol.decisions|length > 0 %}
{% if protocol.decisions|length > 0 %}
{% for decision in protocol.decisions %}
{% if has_public_view_right %}
<li>
{% for decision in protocol.decisions %}
{{decision.content}}
<li>
{% if config.PRINTING_ACTIVE and has_private_view_right and decision.document is not none %}