{% extends 'generic/_base.html' %} {% load buttons %} {% load helpers %} {% load i18n %} {% load render_table from django_tables2 %} {% block title %}{% trans "Settings" %}{% endblock %} {% block controls %}
{% block control-buttons %} {% url 'plugins:netbox_diode_plugin:settings_edit' as edit_url %} {% include "buttons/edit.html" with url=edit_url %} {% endblock control-buttons %}
{% endblock controls %} {% block content %}
{% if has_branching_plugin %} {% endif %}
{% trans "Diode target" %} {{ diode_target }}
{% trans "Branch" %} {% if branch %} {{ branch.name }} {% else %} Main (default) {% endif %}
{% endblock content %}