{%- extends "base.html" -%} {% block content %}

{% if heading %}{{ heading }}{% else %}Confirm{% endif %}

{{ form.hidden_tag() }}

Details

E-Mail {{ user.email }}
Role {{ user.role.label }}
Active
Are you sure you want to delete {{ user.name }}?

{{ form.confirm(class='button-primary') }} {{ form.abort(class='button-primary', accesskey='c') }}
{%- endblock %}