{% extends "base.html" %} {% load simple_translation_tags multilingual_news_tags %} {% block main %} {% with object|get_preferred_translation_from_request:request as news_entry_title %}

{{ news_entry_title.title }}

{% if object.pub_date %}

{{ object.pub_date }}

{% endif %} {% render_news_placeholder object 'content' %} {% endwith %} {% endblock %}