mirror of https://github.com/interlegis/sapl.git
Browse Source
* [BugFix] Fix #2712 Arrumando ocorrencias de filiação atual em extrato e resumo da sessão * Colocando if de quando não a partidopull/2811/head
Ulysses Lara
6 years ago
committed by
Cesar Carvalho
10 changed files with 26 additions and 15 deletions
@ -1,9 +1,11 @@ |
|||
{% load common_tags %} |
|||
|
|||
<fieldset> |
|||
<legend>Mesa Diretora</legend> |
|||
<div class="row"> |
|||
{% for m in mesa %} |
|||
<div class="col-md-12"><b>{{m.cargo}}: |
|||
</b>{{m.parlamentar.nome_parlamentar}} / {% if m.parlamentar.filiacao_atual %} {{ m.parlamentar.filiacao_atual }} {% else %} Sem partido {% endif %} |
|||
</b>{{m.parlamentar.nome_parlamentar}} / {% if p.parlamentar|filiacao_data_filter:object.data_inicio %} {{ m.parlamentar|filiacao_data_filter:object.data_inicio }} {% else %} Sem partido {% endif %} |
|||
</div> |
|||
{% endfor %} |
|||
</div> |
|||
|
Loading…
Reference in new issue