{% if createdCards|length == 5 %} {% endif %} {% if createdCards|length == 0 %}
{% else %} {% for i,card in createdCards %} {% endfor %}
# Nombre Sección Fecha creación Acciones
{{i+1}} {{card.getName()}} {{card.getSection()}} {{card.getCreatedAt().format('Y-m-d H:i')}}
{% endif %}