{% extends "../base.html" %} {% block title %}{{ _("You have been blocked") }}{% end block %} {% block container %}
{{ _("Oops") }}

{{ _("You have been blocked") }}

{{ _("Your request has been blocked because your IP address is suspected to spread spam.") }}

{{ _("Click here to find out more about the status of your IP address") }}

{% end %} {% block footer %}{% end block %}