{% extends "ticker_base.html" %} {% load i18n %} {% load pagination_tags %} {% block content %}

{% trans "News" %}

{% autopaginate entry_list per_page %} {% for entry in entry_list %} {% include "ticker/entry.html" %} {% if not forloop.last %}
{% endif %} {% endfor %}
{% paginate %} {% endblock %} {% block content-related %}

{% url ticker_archive as ticker_archive_url %} {% blocktrans %} An overview of all tags can be found in the archive. {% endblocktrans %}

{{ super.block }} {% endblock %}