{% extends 'accounts/edit_profile/base.html' %} {% load core_tags_and_filters %} {% load i18n %} {% block title %}{% translate 'Blocked Users' %} / {% block site_title %}{{ block.super }}{% endblock %}{% endblock %} {% block tab_content %}
{% for block in block_list %} {% include 'profiles/user_list_item.html' with user=block.blocked.user %} {% empty %}
{% translate "You're not blocking anybody." context user.get_gender %}
{% endfor %}
{% pagination %} {% endblock %}