{% extends "base.html" %} {% load breadcrumbs %} {% block title %}Delete Role {{ role.name }} in Project {{ project.name }}{% endblock %} {% block head %} {% endblock %} {% block content %}

Delete Role {{ role.name }} in Project {{ project.name }}?

This will delete the role {{ role.name }} {{ role.description }} from the project and remove all permissions associated with the role from users who have the role. Any permissions that are given by another role are not affected.

Are you sure you want to proceed?

{% csrf_token %}
{% endblock %}