{% extends "uds/html5/templates/base.html" %} {% load i18n static %} {% block title %}{% trans 'The service is not ready' %}{% endblock %} {% block css %} {% endblock %} {% if fromLauncher %} {% block menu %}{% endblock %} {% endif %} {% block body %}
{% trans 'The service is not ready at this moment. Please, try it again after a few seconds.' %}
{% trans 'Please, close this window and relaunch again after a while.' %}
{% endif %}