{% extends "layout.html" %} {% block title %}{{ __('Run') }}{% endblock %}{% block head %} {% endblock %} {% block content %}
⚠︎
--:--
{% for node in nodes %}
{% if vrx_enabled %}
{% endif %}
{{ node.freq }}

Loading...

{{ __('Clear') }}
{% endfor %}

{{ __('Race Management') }}

  1. :
  2. {{ __('In seconds') }}

{{ __('Audio Control') }}

{{ __('Voice settings apply to this device only.') }}

  1. {{ __('Announcements') }}
  2. {% if cluster_has_secondaries %}
  3. {% endif %}
  4. {{ __('Volume') }}:

  5. {{ __('Rate') }}:

  6. {{ __('Pitch') }}:

  7. {{ __('Volume') }}:

  8. {{ __('Indicator Beeps') }}
    • {% if cluster_has_secondaries %}
    • {% endif %}
  9. {{ __('Volume') }}:

{{ __('Display Settings') }}

{{ __('Display settings apply to this device only.') }}

  1. {{ __('Lap Information') }}
{% if led_enabled %}

{{ __('LED Control') }}

  1. {{ __('Level') }}:

{% endif %}

{{ __('Callouts') }}

%HEAT% : {{ __('Current heat name') }}
%PILOTS% : {{ __('Current pilot names') }}
%FREQS% : {{ __('Frequencies with current pilot assignments') }}

{{ __('Status') }}

{% endblock %}