{% extends "touchtechnology/news/base.html" %} {% load i18n tz %} {% load common news %} {% block body_class %}{{ block.super }} detail{% endblock %} {% block news_content %}

{% block page_title %}{{ article.headline }}{% endblock %}

{{ article.published|date }} @ {{ article.published|date:"G:i e" }}

{% if article.byline %}

{{ article.byline }}

{% endif %} {% block image %} {% if article.image %}
{{ article.headline }}
{% endif %} {% endblock %}
{{ article.abstract|linebreaks }}
{{ article.copy|safe }}
{% if translation %}
{% trans "Original" %}
{% language "en" %} {{ article.article.headline }} {% endlanguage %}
{% elif article.translations.count %}

{% trans "Translations" %}

{% endif %}
{% endblock %} {% if not translation %} {% block related_content %} {% related_articles article %} {% endblock %} {% endif %}