{% extends "base.html.j2" %} {% block content %}

Groups

Create new group
{% for group in groups %} {% endfor %}
Name Description EOTK Sites Actions
{{ group.group_name }} {{ group.description }} {% if group.eotk %}√{% else %}x{% endif %} {{ group.origins | length }} View/Edit
{% endblock %}