{% extends "default.html" %} {% block pagetitle %}Notification Mutes{% endblock %} {% block content %}
Notification Mutes
{% for mute in mutes %} {% endfor %}
User Target Muted on
{% with user = mute.user %} {% include "user_in_table.html" %} {% endwith %} {% with user = mute.target %} {% include "user_in_table.html" %} {% endwith %}
{% endblock %}