{% extends "default.html" %} {% block pagetitle %}Users whose notifications are muted by @{{u.username}}{% endblock %} {% block content %}
Users whose notifications are muted by @{{u.username}} ({{total}} user{{macros.plural(total)}})
{% if v.id == u.id %} {% endif %} {% for mute, user in users %} {% if v.id == u.id %} {% endif %} {% endfor %}
Name Muting notifications since
{% include "user_in_table.html" %}
{% if v.id == u.id %} {% endif %} {% endblock %} {% block pagenav %} {% include "pagination.html" %} {% endblock %}