{% extends 'admin/base.html' %} {% load static %} {% block title %}{% if action == 'edit' %}Edit Role{% else %}Tambah Role{% endif %}{% endblock %} {% block content %}
{% if action == 'edit' %} Perbarui informasi role {% else %} Tambahkan role baru untuk sistem {% endif %}