{% extends 'base.html' %} {% block content %}

{% if object %}Update{% else %}Create{% endif %} Role

{% csrf_token %} {{ form }}

{% if object %} Cancel {% else %} Cancel {% endif %}

{% endblock %}