{% extends 'components/inline_form.html' %} {% load i18n %} {% block header %} {% trans "Add IP address" %} {% endblock %} {% block form %}
{% trans "Use IP address blocks with caution, and consider using blocks only temporarily, as IP addresses are often shared or change hands. If you block your own IP, you will not be able to access this page." %}
{% csrf_token %}
{% include 'snippets/form_errors.html' with errors_list=form.address.errors id="desc_address" %}
{% endblock %}