{% extends "admin/monitoring/device/change_form.html" %} {% load i18n %} {% block inline_field_sets %} {{ block.super }} {% comment %} RadiusAccounting model does not have a ForeignKey to Device object. Therefore, RadiusAccounting inline is added using HTML and JS. {% endcomment %} {% if not add %}

{% trans "There are no RADIUS sessions for this device." %}

{% endif %} {% endblock %}