Browse Source

Fix #841

pull/872/head
Eduardo Edson Batista Cordeiro Alves 8 years ago
parent
commit
fe172c7e2d
  1. 5
      sapl/templates/protocoloadm/protocolo_filter.html
  2. 4
      sapl/templates/protocoloadm/protocolo_mostrar.html

5
sapl/templates/protocoloadm/protocolo_filter.html

@ -45,9 +45,8 @@
<strong>Interessado:</strong> {{ p.interessado }}</br> <strong>Interessado:</strong> {{ p.interessado }}</br>
<strong>Natureza do Processo:</strong> <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 {% elif p.tipo_processo == 1 %} Matéria Legislativa {% endif %}</br>
<strong>Classificação:</strong> <strong>Classificação:</strong> {{ p.tipo_documento|default_if_none:p.tipo_materia }} </br>
<strong>Anulado: {% if p.anulado %} <font color="red"> Sim {% else %} <font color="green"> Não {% endif %} </font></strong>
{{ p.tipo_documento|default_if_none:p.tipo_materia }} </br>
</td> </td>
</tr> </tr>
{% endfor %} {% endfor %}

4
sapl/templates/protocoloadm/protocolo_mostrar.html

@ -11,8 +11,8 @@
<strong>Natureza do Processo: </strong>{% if protocolo.tipo_processo == 0 %} Administrativo {% elif protocolo.tipo_processo == 1 %} Legislativo {% endif %}</br> <strong>Natureza do Processo: </strong>{% if protocolo.tipo_processo == 0 %} Administrativo {% elif protocolo.tipo_processo == 1 %} Legislativo {% endif %}</br>
<strong>Número de Páginas: </strong> {{ protocolo.numero_paginas }} </br> <strong>Número de Páginas: </strong> {{ protocolo.numero_paginas }} </br>
<strong>Observação: </strong>{{ protocolo.observacao|default:" Não informado." }}</br> <strong>Observação: </strong>{{ protocolo.observacao|default:" Não informado." }}</br>
<strong>Anulado: {% if protocolo.anulado %} <font color="red"> Sim {% else %} <font color="green"> Não {% endif %} </font></strong>
<br /> <br /><br />
<strong>Documento Vinculado:</strong> <strong>Documento Vinculado:</strong>

Loading…
Cancel
Save