|
|
@ -47,6 +47,19 @@ |
|
|
|
</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> |
|
|
|
{% if m.registrovotacao_set.exists %} |
|
|
|
<strong>Data Votação:</strong> |
|
|
|
{% if m.registrovotacao_set.last.ordem %} |
|
|
|
<a href="{% url 'sapl.sessao:sessaoplenaria_detail' m.registrovotacao_set.last.ordem.sessao_plenaria_id %}"> |
|
|
|
{{ m.registrovotacao_set.last.ordem.data_ordem }} |
|
|
|
</a> |
|
|
|
{% elif m.registrovotacao_set.last.expediente %} |
|
|
|
<a href="{% url 'sapl.sessao:sessaoplenaria_detail' m.registrovotacao_set.last.expediente.sessao_plenaria_id %}"> |
|
|
|
{{ m.registrovotacao_set.last.expediente.data_ordem }} |
|
|
|
</a> |
|
|
|
{% endif %} |
|
|
|
</br> |
|
|
|
{% endif %} |
|
|
|
<strong>Data da última Tramitação:</strong> {{m.tramitacao_set.last.data_tramitacao|default_if_none:"Não Informada"}}</br> |
|
|
|
<strong>Ementa:</strong> {{ m.ementa|safe }}</br> |
|
|
|
<p></p> |
|
|
|