{% for exSets in examsets %}
{% if exSets.id != examset.id %}
{% endif%}
{% endfor %}
{{ examset }}
{% if currentScheduledExamsExamsetArray[examset.id] is defined %}
{% for candidate in currentScheduledExamsExamsetArray[examset.id] %}
{{ candidate['username'] }}-{{ candidate['name'] }}
{{ candidate['surname'] }}
{% if scheduledExamsCandidates[candidate['id']] is defined %}
{% set scheduledExamsCandidates_candidate = scheduledExamsCandidates[candidate['id']] %}
{% for schCand in scheduledExamsCandidates_candidate %}