{% set story_length = Story.get_children().get_elements()|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 reportage ont change' %} {% trans 'rafraichir' %}
{% if story_length == 0 %}
{% endif %} {% set basket_scope = 'groupings'%} {% import 'prod/WorkZone/Macros.html.twig' as Macros %} {% for record in Story.get_children().get_elements() %} {{ Macros.element('groupings', Story, record, record, record.get_number()) }} {% endfor %}