diff --git a/app/templates/moduls/navigation.html.j2 b/app/templates/moduls/navigation.html.j2 index 25eac33..7e5a7d1 100644 --- a/app/templates/moduls/navigation.html.j2 +++ b/app/templates/moduls/navigation.html.j2 @@ -10,7 +10,7 @@ {{ render_subitems(subitem.subitems) }} - {% elif subitem.identifier %} + {% elif subitem.identifier or subitem.warning or subitem.info %}
  • {{ subitem.name }} @@ -22,7 +22,7 @@ {% if subitem.icon is defined and subitem.icon.class is defined %} {{ subitem.name }} {% else %} -

    Fehlendes Icon im Subitem: {{ subitem }}

    +

    Missing icon in subitem: {{ subitem }}

    {% endif %}
  • @@ -33,9 +33,6 @@