{% extends base_template|default:"userextensions/userextensions_base.htm" %} {% load staticfiles %} {% block content %}

Manage Service Accounts:


 
{% if groups %}

Groups Without Service Accounts

{% for row in groups %} {% endfor %}
Group User Count Actions
{{ row.name }} {{ row.name }}', 'lg');">{{ row.user_set.count }} {{ row.name }}', 'lg');">
{% endif %}
{% include 'handyhelpers/component/modals.htm' %} {% endblock content %}