{% extends 'generic/_base.html' %} {% load helpers %} {% load i18n %} {% block title %}{{ object }}{% endblock %} {% block content %}

{% trans "Input Settings" %}

{% trans "Interface" %} {{ object.interface|linkify }}
{% trans "Device" %} {{ object.interface.device|linkify|placeholder }}
{% trans "Level Trim" %} {{ object.level_trim_db }} dB
{% include 'inc/panels/custom_fields.html' %} {% include 'inc/panels/tags.html' %}
{% endblock %}