{% extends "layout.html" %} {% block layout_script %} {% endblock %} {% block layout_content %}
{% include 'extra/base_messages.html' %}
List User
{% for i in result %} {% endfor %}
Nama Peran Dibuat Pada Diubah Pada
{{ i.usr }} {{ i.pk_roles.role }} {{ i.created }} {{ i.updated }} {% if session_current.pk != i.pk %} {% endif %}
tambah
{% endblock %}