{% extends 'settings/layout.html' %} {% load i18n %} {% 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." %} {% trans "At this time, reports are not being generated automatically, and you must manually trigger a scan." %}
{{ rule.string_match }}
|
{{ rule.flag_users|yesno }} | {{ rule.flag_statuses|yesno }} |