{% macro render_subitems(subitems) %} {% for subitem in subitems %} {% if subitem.subitems %} {% elif subitem.identifier %}
  • {{ subitem.name }}
  • {% else %}
  • {% if subitem.icon is defined and subitem.icon.class is defined %} {{ subitem.name }} {% else %}

    Fehlendes Icon im Subitem: {{ subitem }}

    {% endif %}
  • {% endif %} {% endfor %} {% endmacro %}