{% if crumbs %}
    {% for name, url in crumbs %}
  • {% if url %} {{ name }} {% else %} {{ name }} {% endif %}
  • {% endfor %}
{% endif %}
  • Avatar
    {{ user.email }}
  • {% for key, value in avatar_menu.items() %}
  • {% if value is mapping and "quantity" in value and value["quantity"] > 0 %}
    {% set value = value["path"] %} {% endif %} {{ key }}
  • {% endfor %}