{% extends "AppBundle:layouts:layout.html.twig" %} {% block content %}

Lista de cenotes

Registros

Total de cenotes {{ pagination.getTotalItemCount }}

{% for cenote in pagination %}
{% if cenote.image == null %} {% else %} {% endif %}

{{cenote.name}}


{% endfor %}
{% endblock %}