Browse Source

add informação na lista de protocolos

pull/2457/head
Leandro Roberto 6 years ago
parent
commit
5bbfbc4b74
  1. 2
      sapl/templates/protocoloadm/protocolo_filter.html

2
sapl/templates/protocoloadm/protocolo_filter.html

@ -47,7 +47,7 @@
{% if p.timestamp%}
<strong>Data Protocolo:</strong> {{ p.timestamp|localtime|date:"d/m/Y"|default_if_none:"Não informado" }} - Horário: {{ p.timestamp|localtime|date:"G:i:s" }}</br>
{% else %}
<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>Data Protocolo:</strong> {{ p.data|date:"d/m/Y"|default_if_none:"Não informado" }} - Horário: {{ p.hora|date:"G:i:s" }} - {% if not p.timestamp %} Informado Manualmente por: {{p.user_data_hora_manual}}{% endif %}</br>
{% endif %}
{% if p.tipo_processo == 0 %}
<strong>Interessado:</strong> {{ p.interessado|default_if_none:"Não informado" }}</br>

Loading…
Cancel
Save