{% extends 'preferences/layout.html' %} {% load i18n %} {% block title %}{% trans "Blocked Users" %}{{ author.name }}{% endblock %} {% block header %} {% trans "Blocked Users" %} {% endblock %} {% block panel %} {% if not request.user.blocks.exists %}
{% trans "No users currently blocked." %}
{% else %}{% include 'snippets/avatar.html' with user=user %} {{ user.display_name }}
{% include 'snippets/block_button.html' with user=user blocks=True %}