{% extends "layouts" ~ DIR ~ "default.twig" %} {% block title %}{{ "Delete Group?" | translate }}{% endblock %} {% block content %}

{{ "Delete Group?" | translate }}

{{ "“%s” will be permanently deleted." | translate | format(group.name) }}

{% if group.users is not empty and groups is not empty %}

{#- -#}

{% endif %} {% if group.id == site.default_group and groups is not empty %}

{#- -#}

{% endif %} {% if group.id == site.guest_group and groups is not empty %}

{#- -#}

{% endif %}
{% endblock %}