{% 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 'Please, note that reloading this page will not work.' %}
{% trans 'Close this window and try to relaunch service from origin.' %}

{% trans 'You can obtain required UDS plugin from the' %} {% trans 'UDS Plugin download page' %}
{% endblock %} {% block js %} {% endblock %}