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