{{ d.titulo_trad or d.titulo_orig }} {% if d.lang_to %} {{ d.lang_to|upper }} {% endif %}
{% if d.url %}
Ver fuente
{% endif %}
{% if d.imagen_url %}
{% endif %}
{% if d.resumen_trad %}
{% endif %} {% if d.resumen_orig %}
Resumen (traducido)
{{ d.resumen_trad|safe_html }}
{% endif %} {% if d.resumen_orig %}
Resumen (original)
{{ d.resumen_orig|safe_html }}
{% endif %}
{% if tags %}
{% for t in tags %}
{{ t.valor }}
{% endfor %}
{% endif %}