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