{% extends "default.html" %} {% block pagetitle %}@{{u.username}}'s notification muters{% endblock %} {% block content %}
@{{u.username}}'s notification muters ({{total}} user{{macros.plural(total)}})
{% for mute, user in users %} {% endfor %}
Name Muting notifications since
{% include "user_in_table.html" %}
{% endblock %} {% block pagenav %} {% include "pagination.html" %} {% endblock %}