{# Modal for un/archiving user #} {# requires: user #} {% if user.archived %} {% set action = 'Unarchive user'|trans %} {% set description = 'Unarchiving a user means their account will be restored. This action is reversible.'|trans %} {% else %} {% set action = 'Archive user'|trans %} {% set description = 'Archiving a user means their account will be disabled. This action is reversible.'|trans %} {% endif %}