{% block content %}

{% for participant in participants %} {% endfor %}
Serial Number Name Email-id Language Age Phone Number Category File
{{ forloop.counter }} {{ participant.participant.name }} {{ participant.participant.email }} {{ participant.participant.language }} {{ participant.participant.age }} {{ participant.participant.phonenumber }} {{ participant.participant.category }} {{ participant.file_name }}
{% endblock %}