Untitled
Anonymous
html
03/04/2024 10:37 PM
876 B
15
Indexable
<!-- Overall Attendace List -->
<td>
<table>
{% for row in overall_attendance %}
<tr>
<td>
<table>
<tr>
<div class="flex-container">
<div>{{ row[0] }}</div>
<div style="padding: 10px"></div>
<div>{{ row[1][0] }}{{ row[2] }}({{ row[3]}})</div>
</div>
</tr>
</table>
</td>
</tr>
{% endfor %}
</table>
</td>Editor is loading...
Leave a Comment