{% extends 'base.html.twig' %} {% block title %}{% trans %}title_folder_add_documents{% endtrans%} "{{ folder.title }}"{% endblock %} {% block body %}
{{form(searchForm)}}
{% if archive %} {% trans %}button_go_to_not_archived{% endtrans %} {% else %} {% trans %}button_go_to_archived{% endtrans %} {% endif %}

{% include '_cells/documentTable.html.twig' with {'documents': pagination, addtofolder: folder.id } %}
{{ knp_pagination_render(pagination) }}
{% endblock %}