{% extends "dcim/device.html" %} {% load static %} {% load helpers %} {% block content %} {{ block.super }}

Device Live Data {% if has_permission != False %} Loading... {% endif %}

{% if has_permission != False %}
Fetching live data from the device. Please wait...
{% endif %}
{% if has_permission == True %}
{% else %} {% endif %}
{% endblock content %} {% block javascript %} {{ block.super }} {% if has_permission != False %} {% endif %} {% endblock javascript %}