{% extends "base.html" %} {% block js_media %} {% endblock %} {% block title_ruler %}{% endblock %} {% block title_row %} {% set tab = 'organizations' %} {% set title = _('Groups') %} {% include "user/user-list-tabs.html" %} {% endblock %} {% block body %} {% if request.user.is_authenticated %}
{% endif %} {% for org in organizations %} {% endfor %}
{{ _('Name') }} {{ _('Members') }}
{{ org.name }} {{ org.member_count }}
{% endblock %}