{% if title_icon or title %}
{% if title_icon %}
{% endif %} {% if title %}
{{ title|safe }}
{% endif %}
{% endif %}
{% for cat in categories %}
{{ cat.name }}
{% for item in cat.items %}
· {{ item }}
{% endfor %}
{% endfor %}
{% if mid_arrow_img %}{% endif %}
{% for item in right_items %}
{% if item.badge_img %}
{% elif loop.index <= 5 %}
{% endif %}
{{ item.text }}
{% if arrow_img %}{% endif %}
{% endfor %}