I have the following html code and what I need is for tb_header1
to increase the values of i
, j
en 1, and rangos
go incrementing 1 the value of a
(in each for
).
{% for atributo in tb_header %}
<td class="sorting" tabindex="0" aria-controls="dataTables-example" rowspan="1" colspan="1" aria-label={{ atributo }}": activate to sort column ascending" style="width: 254px;">{{ atributo }}</td>
<table>
<tr>
<td>Nro </td>
<td>Label</td>
<td>Count</td>
</tr>
<tr>
<td>{{tb_header1.i.j}}</td>
<td>{{rangos.a}}</td>
</tr>
</table>
{% endfor %}