{% extends "base.html" %} {% block title %}Users{% endblock %} {% block styles %} {% endblock %} {% block content %}

Users

User List {% if total_users is defined %}({{ total_users }}){% endif %}

{% set offset = (current_page - 1) * limit %} {% include 'users_rows.html' %}
# Username Status Traffic Usage Day Usage Expiry Date Enable Note Configs Actions Details
{% endblock %} {% block javascripts %} {% endblock %}