{% extends "base-modal.html" %} {% block title %}{{ title }}{% endblock %} {% block content %} {% from "forms/macros.html" import render_field %}
{{ form.csrf_token }}

Are you sure you want to remove '{{ member }}' from '{{ group }}'?

{% if parent %} Cancel {% endif %}
{% endblock %}