{% for app in available_apps %}
  • {{ app.name }}
  • {% endfor %} {% if extra_menus %} {% for m in extra_menus %}
  • {{ m.menu }}
  • {% endfor %} {% endif %}