{% set basket_length = basket.getElements()|length %}
{% if user.ACL().has_right('modifyrecord') %} {% endif %} {% if user.ACL().has_right('changestatus') %} {% endif %} {% if user.ACL().has_right('deleterecord') and user.ACL().has_right('addrecord') %} {% endif %} {% if user.ACL().has_right('push') %} {% endif %} {% if user.ACL().has_right('push') %} {% endif %} {% if user.ACL().has_right('bas_chupub') %} {% endif %} {% if user.ACL().has_right('doctools') %} {% endif %}
{% trans 'Certaines donnees du panier ont change' %} {% trans 'rafraichir' %}
{% if basket_length == 0 %}
{% endif %} {% set basket_scope = 'objects'%} {% import 'prod/WorkZone/Macros.twig' as Macros %} {% if basket.getValidation() %} {{ Macros.display_validation(basket, ordre, user, session) }} {% else %} {{ Macros.display_basket(basket, user, session) }} {% endif %}