{% load helpers %} {% load i18n %}
{% trans "Device" %} {{ interface.device|linkify }}
{% trans "Interface" %} {{ interface|linkify }}
{% trans "Type" %} {{ interface.get_type_display }}
{% trans "Role" %} {{ interface.get_rf_role_display|placeholder }}
{% trans "Channel" %} {{ interface.get_rf_channel_display|placeholder }}
{% trans "Channel Frequency" %} {% if interface.rf_channel_frequency %} {{ interface.rf_channel_frequency|floatformat:"-2" }} {% trans "MHz" context "Abbreviation for megahertz" %} {% else %} {{ ''|placeholder }} {% endif %}
{% trans "Channel Width" %} {% if interface.rf_channel_width %} {{ interface.rf_channel_width|floatformat:"-3" }} {% trans "MHz" context "Abbreviation for megahertz" %} {% else %} {{ ''|placeholder }} {% endif %}