{% extends 'pybb/base.html' %} {% load pybb_tags %} {% block title %}{% trans "Last updates in topics" %}{% endblock title %} {% block breadcrumb %} {% with extra_crumb=_("Last updates in topics") %} {% include "pybb/breadcrumb.html" %} {% endwith %} {% endblock %} {% block content %}

{% trans "Last updates in topics" %}

{% if forum.headline %}
{{ forum.headline|safe }}
{% endif %} {% include "pybb/pagination.html" %} {% include "pybb/topic_list.html" %} {% include "pybb/pagination.html" %} {% if user.is_authenticated %}
{% trans "Mark all topics as read" %}
{% endif %}
{% endblock content %}