{% extends "horizon/common/_modal_form.html" %} {% load i18n %} {% block form_id %}create_address_form{% endblock %} {% block form_action %}{% url 'horizon:admin:inventory:addaddress' host_id interface_id %} {% endblock %} {% block modal-header %}{% trans "Create Address" %}{% endblock %} {% block modal-body %}
{% trans "You can create an IP address for a data interface. The address must not overlap with any other address on this same host that are part of the same IP subnet." %}