{% extends "base.html" %} {% load i18n %} {% block content %} {% trans "Remove entity group" %} {% csrf_token %} {% blocktrans %}Are you sure you want to remove the entity group {{ entity_group }}?{% endblocktrans %} {% trans "or" %} {% trans "Cancel" %} {% endblock %}
{% blocktrans %}Are you sure you want to remove the entity group {{ entity_group }}?{% endblocktrans %}