{# Confirm the unassignment of a host from a hostgroup #} {% extends "index.html" %} {% load i18n %} {% block menu %} {% with "hostgroups" as current_category %} {{ block.super }} {% endwith %} {% endblock %} {% block content %}
{% csrf_token %}
{% blocktrans with group=hostgroup.name member=object.host.name %} Do you really want to remove the host {{ member }} from group {{ group }}? {% endblocktrans %}

{% trans 'No' %}  

{% endblock content %}