{% extends widget.get_base_template %} {% load applicationcontent_tags %} {% load leonardo_tags i18n %} {% block content %} {% fragment request "_page_title" %}{% block page_title %} {% if year %}{{ year }} - {% endif %} {% if month %}{{ month|date:"F Y" }} - {% endif %} {% if day %}{{ day|date:"j. F Y" }} - {% endif %} {% if source %}{{ source }} - {% endif %} {% endblock %}{% endfragment %} {% block content_title %}

News {% if year %}for {{ year }}{% endif %} {% if month %}for {{ month|date:"F Y" }}{% endif %} {% if day %}for {{ day|date:"j. F Y" }}{% endif %} {% if category %}for {{ category }}{% endif %}

{% endblock %} {% block object_list %} {% for story in object_list %}

{{ story }}

{{ category.source }} | {{ story.timestamp|date:"j F Y" }}

{{ story.body|striptags|truncatewords:20|safe|urlize }}

{% endfor %} {% endblock %} {% block pagination %} {% endblock %} {% endblock %}