equal
deleted
inserted
replaced
32 <div id="content"> |
32 <div id="content"> |
33 <p class="center"> |
33 <p class="center"> |
34 {% block content %} |
34 {% block content %} |
35 <table> |
35 <table> |
36 <tr> |
36 <tr> |
|
37 <th> Serial Number </th> |
37 <th> Name </th> |
38 <th> Name </th> |
38 <th> Email-id </th> |
39 <th> Email-id </th> |
39 <th> Language </th> |
40 <th> Language </th> |
40 <th> Age </th> |
41 <th> Age </th> |
41 <th> Phone Number </th> |
42 <th> Phone Number </th> |
42 <th> Category </th> |
43 <th> Category </th> |
43 <th> File </th> |
44 <th> File </th> |
44 </tr> |
45 </tr> |
45 {% for participant in participants %} |
46 {% for participant in participants %} |
46 <tr> |
47 <tr> |
|
48 <td>{{ forloop.counter }}</td> |
47 <td>{{ participant.participant.name }}</td> |
49 <td>{{ participant.participant.name }}</td> |
48 <td>{{ participant.participant.email }}</td> |
50 <td>{{ participant.participant.email }}</td> |
49 <td>{{ participant.participant.language }}</td> |
51 <td>{{ participant.participant.language }}</td> |
50 <td>{{ participant.participant.age }}</td> |
52 <td>{{ participant.participant.age }}</td> |
51 <td>{{ participant.participant.phonenumber }}</td> |
53 <td>{{ participant.participant.phonenumber }}</td> |