Browse Source

Fix #2570 (#2571)

pull/2573/head
Victor Fabre 6 years ago
committed by Edward
parent
commit
0b433e087a
  1. 17
      sapl/templates/materia/impressos/ficha_adm_pdf.html

17
sapl/templates/materia/impressos/ficha_adm_pdf.html

@ -91,16 +91,25 @@ body
</table>
{% endif %}
<!-- Ementa -->
<!-- Assunto -->
<table border=0>
<td>
<div id="ementa_texto">
<strong class="text_pdf">Ementa:</strong> <span class="text_pdf">{{documento.assunto}}</span>
<div id="assunto_texto">
<strong class="text_pdf">Assunto:</strong> <span class="text_pdf">{{documento.assunto}}</span>
</div>
</td>
</table>
<!-- Interessado -->
{% if documento.interessado%}
<table border=0>
<td>
<div id="interessado_texto">
<strong class="text_pdf">Interessado:</strong> <span class="text_pdf">{{documento.interessado}}</span>
</div>
</td>
</table>
{% endif %}
</div>
</justify>

Loading…
Cancel
Save