{% extends 'base.html' %} {% load buttons %} {% load static %} {% load custom_links %} {% load helpers %} {% load plugins %} {% block title %}{{ object }}{% endblock %} {% block header %}
{% if perms.w_rrm.change_radioattributes %} Edit {% endif %} {% if perms.w_rrm.delete_radioattributes %} Delete {% endif %}

{{ object }}

{% include 'inc/created_updated.html' with obj=object %}
{% custom_links object %}
{% endblock %} {% block content %}
Radio Attributes
Human Readable ID {{ object.human_id|placeholder }}
Status {% if object.status %} {{ object.status|hyperlinked_object }} {% else %} {{ object.status|placeholder }} {% endif %}
Radio Type {{ object.radio_type|placeholder }}
Failover {{ object.failover|placeholder }}
Azimuth {{ object.azimuth|placeholder }}
Capacity {{ object.capacity|placeholder }}
Is Duplex {{ object.is_duplex|placeholder }}
Tilt {{ object.tilt|placeholder }}
Centerline Height {{ object.centerline_height|placeholder }}
Channel Size {{ object.channel_size|placeholder }}
Height {{ object.height|placeholder }}
{% include 'inc/custom_fields_panel.html' %} {% include 'inc/relationships_panel.html' %} {% plugin_left_page object %}
TX Information
TX High Low {{ object.tx_high_low|placeholder }}
TX Power {{ object.tx_power|placeholder }}
TX Freq 1 {{ object.tx_freq_1|placeholder }}
TX Polarization 1 {{ object.tx_polarization_1|placeholder }}
TX Freq 2 {{ object.tx_freq_2|placeholder }}
TX Polarization 2 {{ object.tx_polarization_2|placeholder }}
{% plugin_full_width_page object %}
{% endblock %}