{% extends 'card/card.twig' %} {% block pagetitle %} List {% endblock %} {% block pagecontent %} {% for card in cards %}
{{ card.getVotesTotal() }}
{% for meta in card.getAllMeta() %} {% endfor %} {% for meta in card.getAllMeta() %} {% endfor %}
{{ meta.key }}
{{ meta.value }}
{% endfor %} {% endblock %}