{% for match in resultat %}
{% if (loop.index0==0 or resultat[loop.index0-1].league.round!=match.league.round) %}
{{ match.league.round }}
{% endif %}
{% endfor %}
{% for match in resultat %}
{% if (loop.index0!=0) %}
{% if ((match.league.round!=resultat[loop.index0-1].league.round) and (match.league.round==current_round)) %}