{% extends "conjunto/modal_form.html" %} {% load i18n %} {% block content %}
{% blocktranslate with user=target_user.get_full_name|default:target_user.username %} Do you really want to remove {{ user }} from this tenant? {% endblocktranslate %}
{% trans "The user account will not be deleted, only the tenant membership." %}
{% endblock %}