{{ news_item.title }}
{% trans "Publicado el" %} {{ news_item.created_at }}
{{ news_item.content|safe }}
{% trans "Volver a la lista de noticias" %}
{% extends "layout.html" %} {% block title %} {{_("Noticia")}} {% endblock title %} {% block head %} {% endblock %} {% block content %} {% load static %} {% load humanize %}
{% trans "Publicado el" %} {{ news_item.created_at }}