{% extends "layout.html" %} {% block title %}{{ __('Current') }}{% endblock %}{% block head %} {% endblock %} {% block content %}
⚠︎
--:--

{{ __('Loading...') }}

{% for node in nodes %}

{{ __('Loading...') }}

{% endfor %}

{{ __('Audio Control') }}

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

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

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

  7. {{ __('Indicator Beeps') }}

{{ __('Display Settings') }}

  1. {{ __('Lap Information') }}
{% endblock %}