{% extends "index.html" %} {% load i18n %} {% block menu %} {% with "hosts" 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 host {{ member }} from group {{ group }}? {% endblocktrans %}

{% trans 'No' %}  

{% endblock content %}