{% load i18n %}
{% if not user.is_active and user.deactivation_reason == "self_deletion" %}
{% trans "Permanently deleted" %}
{% else %}

{% trans "Actions" %}

{% trans "Send direct message" %}

{% csrf_token %} {% if user.is_active %} {% else %} {% endif %}
{% if user.local %}
{% csrf_token %} {% if group_form.non_field_errors %} {{ group_form.non_field_errors }} {% endif %} {% with group=user.groups.first %}
{% for error in group_form.groups.errors %}

{{ error | escape }}

{% endfor %} {% endwith %}
{% endif %} {% endif %}