{{ _('RMS Server Configuration') }}
{% trans %}Enter the details for your RMS server API. This information is used to connect, authenticate, and retrieve the list of available OLAP report presets.{% endtrans %}
{% if presets %}{{ _('Status:') }} {% trans num=presets|length %}Successfully connected to RMS. Found %(num)s OLAP presets.{% endtrans %}
{% elif rms_config.get('host') %}{{ _('Status:') }} {{ _('RMS configuration saved. Presets not yet loaded or connection failed.') }}
{% endif %}