{% load static %} {{title}} {% include 'includes/css-o.html' %} {% include 'includes/css-m.html' %} {% include 'includes/navbar.html' %} {% block content %}
Page length options

{% for user in data %} {% endfor %}
No. Username Name Email Status Actions
{{forloop.counter}} {{user.username}} {{user.name}} {{user.email}} {% if user.isactive == t %} Active {% else %} Active {% endif %}
{% endblock content %} {% include 'includes/modal.html' %}
{% include 'includes/scripts.html' %}