{% extends "bootstrap5/base.html" %} {% block title %}{{title}}{% endblock %} {% block content %}

{{title}}

{% 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 %}