{% if dd.is_installed("bootstrap5") %} {% extends "bootstrap5/base.html" %} {% else %} {% extends "jinja/base.html" %} {% endif %} {% block title %}{{title}}{% endblock %} {% block content %}

{{_("Success") if ar.response['success'] else _("Oops")}}

{% if ar.response['success'] %} {{_("The {} action terminated sucessfully").format(ar.bound_action.action.label)}}: {% else %} {{_("Something went wrong during the {} action").format(ar.bound_action.action.label)}}: {% endif %}

{{ar.response['message']}}

{{_("Go to start page")}}.

{% endblock content %}