{% extends 'news/list.html' %} {% load widget_tweaks static i18n django_bootstrap_breadcrumbs permission_tags pagination %} {% block breadcrumbs %} {{ block.super }} {% breadcrumb new.title 'news:view' %} {% endblock %} {% block render_breadcrumbs %} {% render_breadcrumbs %} {% endblock %} {% block content %} {% if messages %} {% for message in messages %} {% endfor %} {% endif %}

{{new.title}}


{{new.creator}}, em {{new.create_date}}


{% autoescape off %} {{new.content}} {% endautoescape %}
{% endblock %}