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

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 %} {% block javascript %} {{ block.super }} {% if has_permission != False %} {% endif %} {% endblock %}