{% extends 'admin/pages/page_layout.html.twig' %} {% trans_default_domain 'admin' %} {% block breadcrumb %}
  • {{ 'bulk._label'|trans }}
  • {{ title }}
  • {% endblock breadcrumb %} {% block page_title %}{{ title }}{% endblock %} {% block page_content %}

    {{ 'bulk.analyse'|trans({'%first%': firstId, '%last%':lastId}) }}

    {% if isStillElementsToProceed %} {{ 'bulk.continue'|trans({'%count%': elementsToProcceedCount}) }} {% else %}
    {{ 'bulk.done'|trans }}
    {% endif %}
    {% endblock %} {% block page_content_after %}

    {{ 'bulk.results'|trans }}

    {% set isDuplicateAction = (title == 'bulk.isDuplicateAction'|trans) %} {% if isDuplicateAction %} {{ 'bulk.managed'|trans }} {{ 'bulk.return'|trans }} {% endif %} {% for partialView in renderedViews %} {{ partialView.content | raw }} {% endfor %} {% if isDuplicateAction and renderedViews|length %} {{ 'bulk.managed'|trans }} {{ 'bulk.return'|trans }} {% endif %} {% endblock %}