{% load i18n unfold %}
{% comment %}
Dead-end branch of a filer action ("no permission", "nothing to copy", ...):
Unfold's confirmation card with just the message and a way back.
{% endcomment %}
{{ message }}
{% component "unfold/components/button.html" with href="#" variant="default" class=link_class|default:"cancel-link" %}
{% translate "Take me back" %}
{% endcomponent %}