{% extends "uds/html5/templates/base.html" %} {% load i18n html5 static %} {% block title %} {% trans 'Download UDS plugin for' %} {{ os|osName }} {% endblock %} {% block body %}

{% trans 'Download UDS Plugin for' %} {{ os|osName }}

{% trans 'In order to be able to execute UDS services, you need to have UDS plugin installed.' %}

{{ os|pluginDownloadUrl|safe }}

{% trans 'Or download another version' %}

{% trans 'In case that your platform has been incorrectly detected, you can download manually the version required for your Operating System' %}

{% if os != 'linux' %}

{% trans 'Linux UDS plugin' %}

{% endif %} {% if os != 'windows' %}

{% trans 'Windows UDS plugin' %}

{% endif %} {% if os != 'mac' %}

{% trans 'Mac OSX (>10.5) UDS plugin' %}

{% endif %}

{% if request.user %}

{% trans 'If you already have UDS Plugin installed but this message persists to appear, you can disable automatic detection here' %}

{% trans "Please, note that disabling automatic detection will not trigger this page again in case you don't have the plugin installed." %}
{% trans "In this case, you will have to manually download the plugin by using the menu on upper right corner." %}

{% trans "Return" %}

{% endif %}
{% endblock %} {% block js %} {% if request.user %} {% endif %} {% endblock %}