{% load static %} {% include 'dashboard/admin_dashboard/header.html' %} {% include 'dashboard/admin_dashboard/body.html' %}
{% if messages %} {% for message in messages %} {% endfor %} {% endif %}

Add New Role Control panel

Add New Role

{% csrf_token %}
{% include 'dashboard/visitors_dashboard/footer.html' %}