{% block content %}

{% for participant in participants %} {% endfor %}
Serial Number Name Language Category File
{{ forloop.counter }} {{ participant.participant.name }} {{ participant.participant.language }} {{ participant.participant.category }} {{ participant.file_name }}
{% endblock %}