{% load i18n %} {% load tags %} {% if perms.agenda.can_manage_agenda %} {% else %} {% endif %} {% for p in item.get_ancestors %}
 
{% endfor %} {% if perms.agenda.can_manage_agenda %}
{% endif %} {% if item.type == item.ORGANIZATIONAL_ITEM %}[{% endif %}{{ item }}{% if item.type == item.ORGANIZATIONAL_ITEM %}]{% endif %} {{ item.get_title_supplement|safe }} {% if perms.agenda.can_manage_agenda %} {{ item.comment|first_line }} {% endif %} {% if perms.agenda.can_see_orga_items %} {% if item.duration %} {{ item.duration }}h {% if start and end %}{% endif %} {% endif %} {% 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 %} {% with form=item.weight_form %} {{ form.weight }} {{ form.self }} {{ form.parent }} {% endwith %}