{# Card header #}
{% trans %}Applications{% endtrans %}
{% set clipboard_application -%} # {% trans %}Applications{% endtrans +%} {% trans %}Nextcloud{% endtrans %}: {{ _("enabled") if user.nextcloud_enabled else _('disabled') }} {% trans %}Self-Service Portal{% endtrans %}: {{ user.role }} {% endset %}
{# Card body #}
{% trans %}Nextcloud{% endtrans %}
{% if not user.nextcloud_enabled and user.username == username %} {% endif %}
{% trans %}Self-Service Portal{% endtrans %}
{% if user.username == username and user.role==user.ROLE_GUEST %} {% endif %}