{% extends "forms.html" %} {% block title %}Remove person from group{% endblock %} {% block breadcrumbs %}
{% endblock %} {% block content %} {% if error %}{{ error }}
{% else %}Are you sure you want to remove the person "{{ person }}" from the group "{{ group }}"?
{% endif %} {% endblock %}