<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" %}
{% if protocol.is_done() and has_public_view_right %}
{% if protocol.is_done() %}
<h3>Beschlüsse</h3>
<ul>
{% if protocol.decisions|length > 0 %}
{% if has_public_view_right %}
{% for decision in protocol.decisions %}
<li>
{{decision.content}}
...
...
@@ -82,6 +83,9 @@
{% endif %}
</li>
{% endfor %}
{% else %}
<li>Protokoll und Beschlüsse sind in einem eingeschränkten Netzwerk sichtbar.</li>