{% extends 'layouts/public.html' %} {% load static i18n %} {% block title %}{{ translation.title }}{% endblock title %} {% block extrahead %} {% endblock %} {% 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 %}