{% extends 'generic/_base.html' %} {% load buttons %} {% load helpers %} {% load i18n %} {% load render_table from django_tables2 %} {% block title %}{% trans "Settings" %}{% endblock %} {% block controls %} {% if not is_diode_target_overridden %}
{% block control-buttons %} {% url 'plugins:netbox_diode_plugin:settings_edit' as edit_url %} {% include "buttons/edit.html" with url=edit_url %} {% endblock control-buttons %}
{% endif %} {% endblock controls %} {% block content %}
{% trans "Diode target" %} {{ diode_target }}
{% endblock content %}