{% extends 'components/shell.html' %} {% block content %}
{% if results|length %}
{% for user in results %} {% endfor %}
{% else %}

You haven't blocked anyone.

{% endif %}
{% endblock %}