{% extends 'ccc/users/profile.html' %} {% load static %} {% block title %}Sub Account{% endblock title %} {% block contentbody %} {% for list in object_list%} {% endfor %}
Sr No First Name Last Name Email Action
{{ forloop.counter }} {{ list.first_name }} {{ list.last_name }} {{ list.email }} Edit Delete
{% endblock contentbody %}