|
@ -151,6 +151,7 @@ |
|
|
<tr> |
|
|
<tr> |
|
|
<th>{% trans "Período" %}</th> |
|
|
<th>{% trans "Período" %}</th> |
|
|
<th>{% trans "Nome" %}</th> |
|
|
<th>{% trans "Nome" %}</th> |
|
|
|
|
|
<th>{% trans "Processo administrativo" %}</th> |
|
|
<th>{% trans "Participantes" %}</th> |
|
|
<th>{% trans "Participantes" %}</th> |
|
|
</tr> |
|
|
</tr> |
|
|
{% for oficina in srv.casa_legislativa.oficinas %} |
|
|
{% for oficina in srv.casa_legislativa.oficinas %} |
|
@ -161,6 +162,7 @@ |
|
|
{% endblocktranslate %} |
|
|
{% endblocktranslate %} |
|
|
</td> |
|
|
</td> |
|
|
<td>{{ oficina.nome }}</td> |
|
|
<td>{{ oficina.nome }}</td> |
|
|
|
|
|
<td>{{ oficina.num_processo|default:"-" }}</td> |
|
|
<td>{{ oficina.total_participantes|default:"-" }}</td> |
|
|
<td>{{ oficina.total_participantes|default:"-" }}</td> |
|
|
</tr> |
|
|
</tr> |
|
|
{% endfor %} |
|
|
{% endfor %} |
|
|