{% extends 'layouts/base.html' %} {% load static i18n %} {% block title %}{{ translation.title }}{% endblock title %} {% block extrastyle %} {% endblock extrastyle %} {% block breadcrumbs %} {% endblock breadcrumbs %} {% block page_header %}
{{ translation.title|truncatechars:50 }}
{% endblock page_header %} {% block content %}

{{ translation.title }}

{{ news.author.username }}
{{ news.pub_date|date:"d/m/Y H:i" }}
{% trans "Notícia" %}
{% if news.image %} {{ translation.title }} {% endif %}
{{ translation.content|safe }}
{% endblock content %}