{% extends "settings.html" %} {% block pagetitle %}Blocks{% endblock %} {% block content %}
Users you block

You have blocked the following users. They cannot reply to your content or notify you with a username mention.

{% if v.blocking.first() %}
{% for block in v.blocking %} {% set user=block.target %} {% else %} {% endfor %}
User Unblock
{% include "user_in_table.html" %}
There are no blocked users
{% else %} {{macros.ghost_box('No blocked users', '', 2)}} {% endif %}
Error. Please try again.
{% endblock %}