{% extends "base.html" %} {% block title %}Word Filter{% endblock %} {% block content %}

Word Filter

Replace matched words/phrases in shouts and posts. Case-insensitive.

{% if rows %} {% for r in rows %} {% endfor %}
OnPatternReplacement
{% if r.is_active %}on{% else %}off{% endif %} {{ r.pattern }} {{ r.replacement }}
{% else %}
No filters yet.
{% endif %}
{% endblock %}