|
|
@ -43,17 +43,23 @@ |
|
|
|
<strong>Apresentação: </strong>{{ m.data_apresentacao }} |
|
|
|
</br> |
|
|
|
{% endif %} |
|
|
|
{% if m.autoria_set.all %} |
|
|
|
<strong>Autores:</strong> |
|
|
|
{% for a in m.autoria_set.all %} |
|
|
|
{% if not forloop.first %} |
|
|
|
, {{a.autor|default_if_none:"Não Informado"}} |
|
|
|
, {{a.autor}} |
|
|
|
{% else %} |
|
|
|
{{a.autor|default_if_none:"Não Informado"}} |
|
|
|
{{a.autor}} |
|
|
|
{% endif %} |
|
|
|
{% endfor %} |
|
|
|
</br> |
|
|
|
<strong>Localização Atual:</strong> {{m.tramitacao_set.last.unidade_tramitacao_destino|default_if_none:"Não Informada"}}</br> |
|
|
|
<strong>Status:</strong> {{m.tramitacao_set.last.status|default_if_none:"Não Informada"}}</br> |
|
|
|
{% endif %} |
|
|
|
{% if m.tramitacao_set.last.unidade_tramitacao_destino %} |
|
|
|
<strong>Localização Atual:</strong> {{m.tramitacao_set.last.unidade_tramitacao_destino}}</br> |
|
|
|
{% endif %} |
|
|
|
{% if m.tramitacao_set.last.status %} |
|
|
|
<strong>Status:</strong> {{m.tramitacao_set.last.status}}</br> |
|
|
|
{% endif %} |
|
|
|
{% if m.registrovotacao_set.exists %} |
|
|
|
<strong>Data da última Votação:</strong> |
|
|
|
{% if m.registrovotacao_set.last.ordem %} |
|
|
@ -67,7 +73,9 @@ |
|
|
|
{% endif %} |
|
|
|
</br> |
|
|
|
{% endif %} |
|
|
|
<strong>Data da última Tramitação:</strong> {{m.tramitacao_set.last.data_tramitacao|default_if_none:"Não Informada"}}</br> |
|
|
|
{% if m.tramitacao_set.last.data_tramitacao %} |
|
|
|
<strong>Data da última Tramitação:</strong> {{m.tramitacao_set.last.data_tramitacao}}</br> |
|
|
|
{% endif %} |
|
|
|
{% if m.anexo_de.exists %} |
|
|
|
{% for a in m.materia_anexada_set.all %} |
|
|
|
<strong>Matéria Anexadora: </strong> |
|
|
|