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.
38 lines
1.0 KiB
38 lines
1.0 KiB
{% load i18n %}
|
|
{% load static %}
|
|
{% load webpack_static from webpack_loader %}
|
|
<html>
|
|
<head></head>
|
|
<body bgcolor='#ffffff'>
|
|
<h2 align='center'><b>{{casa_legislativa}}</b>
|
|
<br/>
|
|
Sistema de Apoio ao Processo Legislativo
|
|
</h2>
|
|
<p>A seguinte matéria, de seu interesse, sofreu
|
|
Tramitação registrada em <b>{{data_registro}}</b>.
|
|
</p>
|
|
<h4>
|
|
<a href="{{base_url}}{{materia_url}}"><b>{{materia}} - {{descricao_materia}}</b></a>
|
|
<br/><br/>
|
|
{% if autoria %}
|
|
<b>Autoria:</b></br>
|
|
{% for autor in autoria %}
|
|
{{ autor }}</br>
|
|
{% endfor %}
|
|
{% endif %}
|
|
</h4>
|
|
<p></p>
|
|
<p>
|
|
<b>Data da ação</b>: {{data}}<br/>
|
|
<b>Status</b>: {{status}}<br/>
|
|
<b>Localização Atual:</b> {{localizacao}}<br/>
|
|
<b>Texto da ação</b>: {{texto_acao}}</p>
|
|
<hr>
|
|
<p>
|
|
<a href="{{base_url}}{{excluir_url}}?hash_txt={{hash_txt}}">
|
|
Clique aqui para excluir seu e-mail da lista de envio</a>
|
|
<p>
|
|
<p>Esta é uma mensagem automática.
|
|
Por favor, não a responda.</p>
|
|
</body>
|
|
</html>
|
|
|