{% extends "admin/config/device/change_form.html" %} {% load i18n static %} {% block after_field_sets %} {% if not add and device_data %}

{% trans 'Status' %}

{% endif %} {% if not add %}

{% trans 'Charts' %}

{% include 'monitoring/paritals/chart.html' %}
{% endif %} {% endblock %}