{% extends 'base.html' %} {% set active_page = "rack" %} {% set version2 = True %} {% block container %} {% if current_user.is_authenticated %}
{% if current_user.is_admin(current_user) %}
{% for key, device in finalLayout.items() %} {% if device['uHeight'] == 1 %}{% endif %} {% if device['uHeight']|int > 1 %}{% endif %} {% endfor %}
U Device
{{device['uLevel']}}{{device['deviceName']}}{{device['deviceName']}}

{% else %} {% endif %}
{% else %}

Authorized Access Only

Click Here To Login

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