{% extends 'base.html' %} {% load static %} {% load humanize %} {% block content %} Add New Permission All fields marked with an asterisk (*) are required {% include 'partials/_messages.html' %} {% csrf_token %} Permission Details Module Select Module {% for module in module_list %} {{ module.name }} {% endfor %} Permission Name Permission Code Description {{ old_input_field_values.description }} Status {% for item in status_list %} {{ item.label }} {% endfor %} Clear Add {% endblock %}