{% extends 'base.html' %} {% set active_page = "device" %} {% set version2 = False %} {% block container %} {% if current_user.is_authenticated %} {% if current_user.is_admin(current_user) %} {% endif %}
{% if current_user.is_admin(current_user) %} {% endif %}

Interface Details
{%- if intInfoDict['intName'] == false or intInfoDict['intName'] == 'None' %} {% else %} {{intInfoDict['intName']}} {% endif %}

INTERFACE NAME
{%- if (intInfoDict['intLabel'] == false) or (intInfoDict['intLabel'] == 'None') %} {% else %} {{intInfoDict['intLabel']}} {% endif %}

INTERFACE LABEL
{%- if intInfoDict['intType'] == false or intInfoDict['intType'] == 'None' %} {% else %} {{intInfoDict['intType']}} {% endif %}

INTERFACE TYPE
{%- if intInfoDict['intNote'] == false or intInfoDict['intNote'] == 'None' %} {% else %} {{intInfoDict['intNote']}} {% endif %}

INTERFACE NOTES
Interface Physical Attributes
{% if intInfoDict['deviceName'] == false or intInfoDict['deviceName'] == 'None' %} {% else %} {{intInfoDict['deviceName']}} {% endif %}

DEVICE NAME
{%- if intInfoDict['intPosition'] == false or intInfoDict['intPosition'] == 'None' %} {% else %} {{intInfoDict['intPosition']}} {% endif %}

INTERFACE POSITION
{%- if intInfoDict['connectorType'] == false or intInfoDict['connectorType'] == 'None' %} {% else %} {{intInfoDict['connectorType']}} {% endif %}

CONNECTOR TYPE
{%- if intInfoDict['lastCleaned'] == false or intInfoDict['lastCleaned'] == 'None' %} {% else %} {{intInfoDict['lastCleaned']}} {% endif %}

LAST CLEANED
Interface Logical Attributes
{%- if intInfoDict['ipv4address'] == false or intInfoDict['ipv4address'] == 'None' %} {% else %} {{intInfoDict['ipv4address']}} {% endif %}

IPv4 ADDRESS
{%- if intInfoDict['ipv4Subnet'] == false or intInfoDict['ipv4Subnet'] == 'None' %} {% else %} {{intInfoDict['ipv4Subnet']}} {% endif %}

IPv4 SUBNET
{%- if intInfoDict['ipv4Gateway'] == false or intInfoDict['ipv4Gateway'] == 'None' %} {% else %} {{intInfoDict['ipv4Gateway']}} {% endif %}

IPv4 GATEWAY
{% else %}

Authorized Access Only

Click Here To Login

{% endif %} {% endblock %} {% block scripts %} {% endblock %}