{% extends "all.html" %} {% block content %} {% include 'settings_menu.html' %}

Show Account Users

Current active users for this account: {% for user in users %}
{{ user.user}} {% endfor %} {% endblock%}