{% extends 'base.html.twig' %} {% block body %}
Espèces : {{totalSpecies}}
{% include "front/species/index/partials/_filter.html.twig" %}
{% if totalPages > 1 %} {% include "front/species/index/partials/_pagination.html.twig" %} {% endif %} {% include "front/species/index/partials/_species_list.html.twig" with {'allSpecies': allSpecies} %} {% if totalPages > 1 %} {% include "front/species/index/partials/_pagination.html.twig" %} {% endif %}
{% endblock %}