{% extends "uds/html5/templates/base.html" %} {% load i18n html5 static %} {% block title %}{% trans 'Service launcher' %}{% endblock %} {% block menu %}{% endblock %} {% block body %}

{% trans 'UDS Service launcher' %}


{% trans 'The service you have requested is being launched.' %}

{% trans 'Please, note that reloading this page will not work.' %}
{% trans 'To relaunch service, you will have to do it from origin.' %}


{% trans 'If the service does not launchs automatically, probably you dont have the UDS plugin installed' %}
{% trans 'You can obtain it from the' %} {% trans 'UDS Plugin download page' %}
{% endblock %} {% block js %} {% endblock %}