{% extends 'admin/layout/admin_app.html' %} {% block content %} {% if messages %} {% endif %}

Role

{% if 1 in actions %} {% endif %}
{% for role in roles %} {% endfor %}
Name Status Created At Action
{{ role.name }} {% if role.status %} Active {% else %} Inactive {% endif %} {{ role.created_at }} {% if 2 in actions %} {% endif %} {% if 3 in actions %} {% endif %} {% if 4 in actions %} {% endif %} {% if 2 in actions %} {% endif %}
{% if roles.has_other_pages %}
    {% if roles.has_previous %} {% else %} {% endif %} {% for i in roles.paginator.page_range %} {% if roles.number == i %}
  • {{ i }}
  • {% else %}
  • {{ i }}
  • {% endif %} {% endfor %} {% if roles.has_next %} {% else %} {% endif %}
{% endif %}
{% endblock %} {% block custom_js %} {% endblock %}