{% extends 'base.html' %} {% block submenu %} {% endblock submenu %} {% block content %} {% if object_list %}

The {{ object_list.count }} latest news-items

{% for entry in object_list %} {% include 'blog/entry_with_fulldatetime.html' %} {% endfor %}
{% else %}

No news for this date.

{% endif %} {% endblock content %}