{# Template created in 6/26/15 at 2:22 PM #} {# by User mnach #} {% load i18n %}
{% trans "List of Rules which have been created automatically is given in a table below." %} {% if enable %} {% trans "Those rules will be applied immediately on the strength of site settings!" %} {% else %} {% trans "Please note that those rules doesn't apply until it will be confirmed in admin site." %} {% endif %}
{% trans "Reason" %} | {% trans "Is Enabled?" %} | {% trans "IP address" %} | {% trans "User Angent" %} | {% trans "Method" %} | {% trans "View" %} | {% trans "Path" %} |
---|---|---|---|---|---|---|
{{ rule.reason }} | {% if rule.enabled %} {% trans "Enabled" %} {% else %} {% trans "Disabled" %} {% endif %} | {{ rule.ip|default:"-" }} | {{ rule.user_agent|default:"-" }} | {{ rule.method|default:"-" }} | {{ rule.view|default:"-" }} | {{ rule.path|default:"-" }} |
{% trans "This blocking rules was created by AUTO_BLOCKING_RULES setting shown below" %}
{{ setting|linebreaksbr }}
{% trans "You get this message because your email have been listed in site settings at " %} {% if site %} {{ site.name }}. {% else %} {% trans 'unknown site.' %} {% endif %} {% trans "Please contact site administrators to unsubscribe." %}