{% translate 'Add New IP v6 Address' %}

{% translate 'You can add a single ipv6 or a range of ip6 address. You may choose the network interface too' %}

{% if form.errors %}
{% for error in form.non_field_errors %} {{ error|escape }} {% endfor %} {% for field in form %} {% for error in field.errors %} {{ error|escape }} {% endfor %} {% endfor %}
{% endif %} {% if messages %} {% for message in messages %} {% if message.tags == "success" %} {% else %}
{{ message }}
{% endif %} {% endfor %} {% endif %}
{% csrf_token %}

{% translate 'Add Single IP v6 Address' %}

{% translate 'Add a single valid IP address to the server from a subnet of /128' %}

{% csrf_token %}

{% translate 'Add IP v4 Range Addresses' %}

{% translate 'You can add an ipv6 range. Individual IP will be automatically assigned .' %}

{% include "copyright.html" %}
{% endblock %} {% include "footer.html" %}