{% include 'base.html' %} {% block extra_stylesheets %} {% endblock %} {% block content %}
 
{% if cmd == 'tgid' %}

Talkgroup Tags

{% elif cmd == 'unit' %}

Subscriber Tags

{% endif %}
Import Tool

This tool imports tags from the selected TSV and associates them with the selected system. Existing System ID and Talkgroup or Subscriber ID combinations will be overwritten by the tag values in the TSV file. To add new tags: Add in OP25 Web UI, then import them here. Wildcard entries are not imported.

   


{% if session['sm'] == 3 %}
Import completed.

Existing records updated: {{ session['imp_results'][0] }}      New records added: {{ session['imp_results'][1] }}      Duplicate records corrected: {{ session['imp_results'][2] }}
{{ clear_sm() }} {% endif %} {% if session['sm'] == 4 %}
Tags deleted.

{{ clear_sm() }} {% endif %}

Editor




{% if session['sm'] == 1 %}
Edit completed.
{{ clear_sm() }} {% endif %} {% if session['sm'] == 2 %}
Record deleted.
{{ clear_sm() }} {% endif %} {% if cmd == 'tgid' %} {% elif cmd == 'unit' %} {% endif %}
Record ID System ID Talkgroup ID Talkgroup Tag ActionsRecord ID System ID Subscriber ID Subscriber Tag Actions
Delete Tags
Delete all {% if cmd == 'tgid' %} talkgroup {% elif cmd == 'unit' %} subscriber {% endif %} tags associated with a system. You cannot undo this action!



{% include 'footer-links.html' %}
 

{% endblock %} {% block extra_javascripts %} {% endblock %}