{% extends "landing/base.html" %} {% load static i18n management_tag %} {% block title %}{% trans "BuildBlock |" %} {{page_title}}{% endblock title %} {% block content %}

{{news.title}}

{% if news.writer %} {{news.writer}} {% endif %} {{news.report_date}}

{% if request.user.is_superuser %}

{{ hitcount.total_hits }}

{% endif %}
{{news.content|safe}}
{% endblock content %}