diff --git a/templates/protocoloadm/documentoadministrativo_filter.html b/templates/protocoloadm/documentoadministrativo_filter.html index 3f70d49ea..21435b7a8 100644 --- a/templates/protocoloadm/documentoadministrativo_filter.html +++ b/templates/protocoloadm/documentoadministrativo_filter.html @@ -29,7 +29,8 @@ {{d.tipo.sigla}} {{d.numero}}/{{d.ano}} - {{d.tipo}}
- {{ d.assunto|safe }}
+ Interessado: {{ d.interessado|default_if_none:"Não Informado"}}
+ Assunto: {{ d.assunto|safe }}

{% endfor %}