diff --git a/_includes/motie-card.html b/_includes/motie-card.html index cbef2ec4..ac174aab 100644 --- a/_includes/motie-card.html +++ b/_includes/motie-card.html @@ -15,7 +15,12 @@ {{ motie['Titel'] }}
- Indieners: {{ motie['Indieners'] | join: "; " }} + Indieners: + {% for indiener in motie['Indieners'] %} + {% if forloop.length > 0 %} + {{ indiener[0] }} ({{ indiener[1] }}){% unless forloop.last %}, {% endunless %} + {% endif %} + {% endfor %}
Kabinetsappreciatie: {{ motie['Kabinetsappreciatie'] }}