{%extends 'base.html'%} {%load forms%} {%block breadcrumb%}
  • Edit iface
  • {%endblock%} {%block middle_col%}

    Info about ip address {{ip}}

    IP is free, belongs to vlan {{vlan}}

    {%if eirs|length > 1%}

    Excluded in ranges:

      {%endif%} {%for eir in eirs%}
    • Range of {{eir}}
    • {%empty%}

      Not excluded

      {%endfor%} {%if eirs|length > 1%}
    {%endif%} {%if conflicts%}

    IP is found as conflicting, go

    {%endif%}
    {%endblock%} {%block script%}{%endblock%} {%block document_ready%}{%endblock%}