{% extends "default.html" %} {% block pagetitle %}Users blocked by @{{u.username}}{% endblock %} {% block content %}
Users blocked by @{{u.username}} ({{total}} user{{macros.plural(total)}})
{% if v.id == u.id %} {% endif %} {% for block, user in users %} {% if v.id == u.id %} {% endif %} {% endfor %}
Name Blocking since
{% include "user_in_table.html" %} 1599343262 %}data-time="{{block.created_utc}}"{% endif %}>
{% if v.id == u.id %} {% endif %} {% endblock %} {% block pagenav %} {{macros.pagination()}} {% endblock %}