{{ n.titulo_traducido or n.titulo }}
{% if n.tiene_traduccion %}
{{ (lang or 'es')|upper }}
{% if n.traduccion_id %}
ver detalle
{% endif %}
{% endif %}
{% if n.fecha %}
{% if n.fecha is string %}{{ n.fecha }}{% else %}{{ n.fecha.strftime('%d-%m-%Y %H:%M') }}{% endif %}
{% else %}N/D{% endif %}
{% if n.fuente_nombre %} | {{ n.fuente_nombre }} {% endif %}
{% if n.categoria %} | {{ n.categoria }} {% endif %}
{% if n.pais %} | {{ n.pais }} {% endif %}
{% set resumen_txt = (n.resumen_traducido or n.resumen) | safe_html %}
{{ resumen_txt | truncate(280, True) }}
{{ resumen_txt }}
{% if (n.resumen_traducido or n.resumen) and (n.resumen_traducido or n.resumen)|length > 280 %}
Ver más
{% endif %}
{% set chips = (tags_por_tr.get(n.traduccion_id) if (n.traduccion_id and tags_por_tr) else None) %}
{% if chips %}
{% for valor, tipo in chips %}
{{ valor }}
{% endfor %}
{% endif %}
{% if n.url %}
{% endif %}
{% if n.fecha %}
{% if n.fecha is string %}{{ n.fecha }}{% else %}{{ n.fecha.strftime('%d-%m-%Y %H:%M') }}{% endif %}
{% else %}N/D{% endif %}
{% if n.fuente_nombre %} | {{ n.fuente_nombre }} {% endif %}
{% if n.categoria %} | {{ n.categoria }} {% endif %}
{% if n.pais %} | {{ n.pais }} {% endif %}
{% set resumen_orig = (n.resumen_original or n.resumen) | safe_html %}
{{ resumen_orig | truncate(280, True) }}
{{ resumen_orig }}
{% if (n.resumen_original or n.resumen) and (n.resumen_original or n.resumen)|length > 280 %}
Ver más
{% endif %}
{% if n.url %}
{% endif %}