Browse Source

Adicona processo administrativo de cada oficina. Gertiq #160529

pull/169/head 3.0.63
Sesóstris Vieira 1 year ago
parent
commit
d2f66a92dd
  1. 2
      sigi/apps/servicos/templates/servicos/casas_atendidas.html

2
sigi/apps/servicos/templates/servicos/casas_atendidas.html

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

Loading…
Cancel
Save