{% extends 'preferences/preferences_layout.html' %} {% block header %} Blocked Users {% endblock %} {% block panel %} {% if not request.user.blocks.exists %}
No users currently blocked.
{% else %}{% include 'snippets/avatar.html' with user=user %} {% include 'snippets/username.html' with user=user %}
{% include 'snippets/block_button.html' with user=user %}