{% extends "header.html" %} {% import 'macros.html' as macros %} {% import 'elements.html' as elm %} {% block content %}

My Groups

{% for group in groups %} {% if not group.startswith('ALL_UNSORTED') %}
  • {{ group }} {{ macros.group_links(group) }}
  • {% endif %} {% endfor %} {{ elm.footer() }} {% endblock %}