{% extends "base.html" %} {% block title %} {% set d = dato if dato is defined else (r if r is defined else None) %} {% if d %} {{ d.titulo_trad or d.titulo_orig or d.titulo_traducido or d.titulo_original or 'Detalle de Noticia' }} {% else %} Detalle de Noticia {% endif %} {% endblock %} {% block content %} {% set d = dato if dato is defined else (r if r is defined else None) %} {% if not d %}
No se encontró la noticia solicitada.