P25 Trunking Systems ({{ systems|length }})
{% for s in systems %}
{{ s.name }}
WACN {{ s.wacn_id }} · SysID {{ s.system_id }}
{{ s.n_talkgroups }} talkgroups · {{ s.n_control_channels }} frequencies · {{ s.sites|length }} sites
Sites ({{ s.sites|length }})
| RFSS | Site | Name | |
{% for site in s.sites %}
| {{ site.rfss_id }} | {{ site.site_id }} | {{ site.name }} |
|
{% endfor %}
|
|
{% else %}
No P25 trunking systems in this codeplug.
{% endfor %}