<div class="footer-actions d-flex mt-4 pt-4"> <div style="flex: 1"> <a href="{{ path(path, params|default({})) }}" class="btn btn-light" data-controller="return"><i class="fas fa-arrow-left me-2"></i>Retour</a> </div> {% block actions %} {% if footer_button_label is defined %} <button class="btn btn-primary">{{ footer_button_label }}<i class="fas fa-arrow-right ms-2"></i></button> {% endif %} {% if pagination is defined %} {{ knp_pagination_render(pagination) }} {% endif %} {% endblock %}</div>