Browse Source

Somente mostra interessado se Doc Adm e mostra Autor em listagem de pesquisa

pull/1117/head
Edward Ribeiro 8 years ago
parent
commit
10839b1d9d
  1. 10
      sapl/templates/protocoloadm/protocolo_filter.html
  2. 4
      sapl/templates/protocoloadm/protocolo_list.html

10
sapl/templates/protocoloadm/protocolo_filter.html

@ -44,9 +44,15 @@
</br>
<strong>Assunto:</strong> {{ p.assunto_ementa|default_if_none:"Não Informado"}}</br>
<strong>Data Protocolo:</strong> {{ p.data|date:"d/m/Y"|default_if_none:"Não Informado" }} - Horário: {{ p.hora|date:"G:i:s" }}</br>
<strong>Interessado:</strong> {{ p.interessado }}</br>
<strong>Autor:</strong> {{protocolo.autor.nome}} </br>
<strong>Natureza do Processo:</strong>
{% if p.tipo_processo == 0 %} Administrativo {% elif p.tipo_processo == 1 %} Matéria Legislativa {% endif %}</br>
{% if p.tipo_processo == 0 %}
Administrativo</br>
<strong>Interessado:</strong> {{ p.interessado }}
{% elif p.tipo_processo == 1 %}
Matéria Legislativa
{% endif %}
</br>
<strong>Classificação:</strong> {{ p.tipo_documento|default_if_none:p.tipo_materia }} </br>
{% if p.anulado %}
<strong>Anulado por: </strong>{{ p.user_anulacao }} - IP {{ p.ip_anulacao }}</br>

4
sapl/templates/protocoloadm/protocolo_list.html

@ -21,10 +21,10 @@
</a></br>
<strong>Assunto:</strong> {{ p.assunto_ementa }}</br>
<strong>Data Protocolo:</strong> {{ p.data|date:"d/m/Y" }} - Horário: {{ p.timestamp|date:"H:m:s" }}</br>
<strong>Interessado:</strong> {{ p.interessado }}</br>
<strong>Natureza do Processo:</strong>
{% if p.tipo_processo == 0 %}
Administrativo
Administrativo </br>
<strong>Interessado:</strong> {{ p.interessado }}</br>
{% elif p.tipo_processo == 1 %}
Matéria Legislativa
{% endif %}</br>

Loading…
Cancel
Save