{% extends "dictionary/base.html" %} {% load i18n %} {% block title %}{{ title }}{% if request.GET.search.strip %} - {% trans "search" %}: {{ request.GET.search.strip }}{% endif %}{% if page_obj.number > 1 %} - {% trans "page" %} {{ page_obj.number }}{% endif %}{% endblock %} {% block content %}

{% trans "following/blocked" context "titleblock" %}

{% with object_list as authors %} {% if authors %} {% include "dictionary/includes/paginaton.html" with paginator=page_obj index="yes" %} {% else %}
{% trans "nothing here" %}
{% endif %} {% endwith %}
{% endblock %}