{% load i18n %} {% load staticfiles %} {% load tags %} {% if perms.agenda.can_manage_agenda %} {% elif item.closed %} {% endif %} {% for p in item.get_ancestors %}
 
{% endfor %} {% if perms.agenda.can_manage_agenda %}
{% endif %} {{ item }} {% if item.releated_sid %} ({{ item.print_releated_type }}) {% endif %} {% if perms.agenda.can_manage_agenda %} {{ item.comment|first_line }} {% endif %} {% if perms.agenda.can_manage_agenda or perms.projector.can_manage_projector %} {% if perms.projector.can_manage_projector %} {% endif %} {% if perms.agenda.can_manage_agenda %} {% if not item.is_leaf_node %} {% endif %} {% endif %} {% endif %} {% if perms.agenda.can_manage_agenda %} {% with form=item.weight_form %} {{ form.weight }} {{ form.self }} {{ form.parent }} {% endwith %} {% endif %}