Files
kjv_api/html/seq_report.html
T
2023-05-30 23:14:22 -07:00

9 lines
178 B
HTML

<table id="seq_report">
{% for uid in uids %}
<tr>
<td>{{ uid[0] }}</td>
<td>{{ uid[1] }}</td>
<td>{{ uid[2] }}</td>
</tr>
{% endfor %}
</table>