|
|
@ -3,8 +3,12 @@ |
|
|
{% if expedientes %} |
|
|
{% if expedientes %} |
|
|
<strong>Expedientes: </strong> |
|
|
<strong>Expedientes: </strong> |
|
|
{% for e in expedientes %} |
|
|
{% for e in expedientes %} |
|
|
<b>{{e.tipo}}</b>: |
|
|
<b>{{e.tipo}}</b>: |
|
|
{{e.conteudo|striptags|safe}} |
|
|
{% if e.conteudo %} |
|
|
|
|
|
{{e.conteudo|striptags|safe}} |
|
|
|
|
|
{% else %} |
|
|
|
|
|
Sem registro |
|
|
|
|
|
{% endif %} |
|
|
{% endfor %} |
|
|
{% endfor %} |
|
|
{% endif %} |
|
|
{% endif %} |
|
|
</p> |
|
|
</p> |
|
|
|