mirror of https://github.com/interlegis/sapl.git
5 changed files with 17 additions and 6 deletions
@ -1,9 +1,11 @@ |
|||||
|
{% load common_tags %} |
||||
|
|
||||
<fieldset> |
<fieldset> |
||||
<legend>Mesa Diretora</legend> |
<legend>Mesa Diretora</legend> |
||||
<div class="row"> |
<div class="row"> |
||||
{% for m in mesa %} |
{% for m in mesa %} |
||||
<div class="col-md-12"><b>{{m.cargo}}: |
<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}} / {{ m.parlamentar|filiacao_data_filter:object.data_inicio }} |
||||
</div> |
</div> |
||||
{% endfor %} |
{% endfor %} |
||||
</div> |
</div> |
||||
|
|||||
Loading…
Reference in new issue