source: consulta_publica/consulta/templates/consulta.base.table.pdf.html @ 38855e2

constituyenteestudiantesgeneralplan_patriasala
Last change on this file since 38855e2 was be17cf0, checked in by rudmanmrrod <rudman22@…>, 7 años ago

Agregado el reporte por sector

  • Propiedad mode establecida a 100644
File size: 387 octetos
Línea 
1<table class="table">
2    {% if caption %}
3        <caption><h4 class="text-center">{{caption}}</h4></caption>
4    {% endif %}
5    <thead>
6        <tr>
7            <th>{{title_1}}</th>
8            <th>{{title_2}}</th>
9        </tr>
10    </thead>
11    <tbody class="text-center">
12        <tr>
13            <td>{{texto}}</td>
14            <td>{{valor}}</td>
15        </tr>
16    </tbody>
17</table>
Nota: Vea TracBrowser para ayuda de uso del navegador del repositorio.