{% if len(dataAsDict["config"]["kitsAllowed"]) > 1 %}
Matchid: {{ dataAsDict["id"] }}
Kit
{% for kit in dataAsDict["config"]["kitsAllowed"] %}
{% endfor %}
{% endif %}
{% if len(dataAsDict["config"]["powerups"]) > 1 %}
Powerup
{% for powerup in dataAsDict["config"]["powerups"] %}
{% endfor %}
{% endif %}