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