mirror of https://github.com/interlegis/sapl.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
457 B
15 lines
457 B
{% load common_tags %}
|
|
|
|
<fieldset>
|
|
<p align="justify">
|
|
{% if mesa %}
|
|
<strong>Mesa Diretora: </strong>
|
|
{% for m in mesa %}
|
|
{{m.cargo}}:
|
|
{{m.parlamentar.nome_completo}} / {% if m.parlamentar|filiacao_data_filter:object.data_inicio %} {{ m.parlamentar|filiacao_data_filter:object.data_inicio }} {% else %} Sem partido {% endif %}
|
|
{% if not forloop.last %} ; {% endif %}
|
|
{% endfor %}
|
|
{% endif %}
|
|
</p>
|
|
|
|
</fieldset>
|
|
|