{% load i18n %}
{% for cardgroup in form.cardgroups %}

{{ cardgroup.title }}

{% if cardgroup.cardinality == '1' %} {% include 'views/forms/cards.htm' %} {% endif %} {% if cardgroup.cardinality == 'n' %}
{% include 'views/forms/cards.htm' with forceblank=True %}
Key of first node in card: Value of first node in card

{{ card.description }}

{% include 'views/forms/cards.htm' %}
{% endif %}
{% endfor %}