2022-08-01 00:31:49 +02:00
|
|
|
{% import "components/datatables.macro.html.twig" as datatables %}
|
|
|
|
|
2022-07-29 22:42:55 +02:00
|
|
|
<form method="post" action="{{ url("log_undo") }}"
|
|
|
|
{{ stimulus_controller('elements/delete_btn') }} {{ stimulus_action('elements/delete_btn', "submit", "submit") }}
|
|
|
|
data-delete-title="{% trans %}log.undo.confirm_title{% endtrans %}"
|
|
|
|
data-delete-message="{% trans %}log.undo.confirm_message{% endtrans %}">
|
2020-03-01 19:46:48 +01:00
|
|
|
<input type="hidden" name="redirect_back" value="{{ app.request.uri }}">
|
2022-08-01 00:31:49 +02:00
|
|
|
|
|
|
|
{{ datatables.logDataTable(datatable) }}
|
|
|
|
|
2020-03-01 19:46:48 +01:00
|
|
|
</form>
|