{% extends "index.html" %} {% load i18n %} {% block menu %} {% with "users" as current_category %} {{ block.super }} {% endwith %} {% endblock %} {% block content %}
{% csrf_token %}
{% blocktrans with member=group_member.name group=object.group.name %} Do you really want to remove the user {{ member }} from group {{ group }}? {% endblocktrans %}
{% trans 'No' %}  
{% endblock content %}