{% block content %}

{{ page.title }}

{{ render_pageparts(page, 'main') }} {% set count = 0 %} {% if pagerfanta.nbResults > 0 %} {% if pagerfanta.haveToPaginate() %} {{ pagerfanta(pagerfanta) }} {% endif %} {% endif %} {% endblock %}