{% extends "dictionary/base.html" %} {% load filters functions i18n %} {% block title %}{% trans "activity" context "titleblock" %}{% endblock %} {% block content %}

{% trans "activity" context "titleblock" %}

{% if user.allow_site_announcements %}
{% endif %} {% if topics.exists %} {% blocktrans count topic_count=page_obj.paginator.count %}following {{ topic_count }} topic{% plural %}following {{ topic_count }} topics{% endblocktrans %} {% if user.unread_topic_count.topics > 0 %}
{% csrf_token %}
{% endif %}
{% endif %} {% include "dictionary/includes/paginaton.html" with paginator=page_obj stretch="yes" classlist="lf_pagination my-4" %}
{% endblock %}