{% extends "settings.html" %} {% block pagetitle %}Block Settings - {{'SITE_NAME' | app_config}}{% endblock %} {% block content %}
{% if error %} {% endif %}

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 %} {% else %} {% endfor %}
User Blocked since
@{{block.target.username}} {{block.created_date}}
There are no blocked users
{% else %}

No blocked users

{% endif %}
{% endblock %}