{% extends "base.html" %} {% load surftrackr_extras %} {% load humanize %} {% block title %} Users {% endblock %} {% block javascript %} {% endblock %} {% block topbar %} {% include "topbar.html" %} {% endblock %} {% block messages %} {{ message|safe }} {% endblock %} {% block submenu %} {% if groups_obj %} {% for g in groups_obj %} {% endfor %}
Row Group Description
{{ forloop.counter }} {{ g }} {{ g.description }}
{% else %} Before you can use this feature, you need to define some groups — and add some users to them. {% endif %} {% endblock %}