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

{% trans 'Status' %}

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

{% trans 'Charts' %}

{% trans 'No charts to show at the moment' %}.
{% endif %} {% endblock %}