{% set basket_length = basket.getElements()|length %}
{% if app['phraseanet.user'].ACL().has_right('modifyrecord') %} {% endif %} {% if app['phraseanet.user'].ACL().has_right('changestatus') %} {% endif %} {% if app['phraseanet.user'].ACL().has_right('deleterecord') and app['phraseanet.user'].ACL().has_right('addrecord') %} {% endif %} {% if app['phraseanet.user'].ACL().has_right('push') %} {% endif %} {% if app['phraseanet.user'].ACL().has_right('push') %} {% endif %} {% if app['phraseanet.user'].ACL().has_right('bas_chupub') %} {% endif %} {% if app['phraseanet.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.html.twig' as Macros %} {% if basket.getValidation() %} {{ Macros.display_validation(app, basket, ordre) }} {% else %} {{ Macros.display_basket(app, basket) }} {% endif %}