{% extends 'settings/layout.html' %} {% load i18n %} {% load humanize %} {% load utilities %} {% block title %} {% trans "Auto-moderation rules" %} {% endblock %} {% block header %} {% trans "Auto-moderation rules" %} {% endblock %} {% block panel %}
{% trans "Auto-moderation rules will create reports for any local user or status with fields matching the provided string." %} {% trans "Users or statuses that have already been reported (regardless of whether the report was resolved) will not be flagged." %}
{{ rule.string_match }}
|
{{ rule.flag_users|yesno }} | {{ rule.flag_statuses|yesno }} |