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

Create Role in Project {{ project.name }}

Here you can create new roles in the project. Select the permissions you would like users with this role to have, select a unique name for the role in the project, add a description, and save.
{% csrf_token %} {{ form.as_p }}
{% endblock %}