Table User
No. |
Username |
Name |
Email |
Group |
Last login |
Status |
Actions |
{% for user in data %}
{{forloop.counter}} |
{{user.username}} |
{{user.name}} |
{{user.email}} |
{{user.group}} |
{{user.last}} |
{% if user.isactive == True %}
Active
{% else %}
Inactive
{% endif %}
|
|
{% endfor %}
Table Group
No. |
Name |
Actions |
{% for group in dataGroup %}
{{forloop.counter}} |
{{group.name}} |
|
{% endfor %}
Informasi Profil
{% for us in thisUser %}
{% endfor %}
{% endblock %}
{% include 'includes/scripts.html' %} {% include 'layout/userprofile.html' %}