{% extends "uds/internal_page.html" %} {% load i18n %} {% load static %} {% block script %} {{ block.super }} {% endblock script %} {% block content %}

{% trans "Services" %}

{% if not java %}

{% trans "Java is not available on your browser, and the selected transport needs it." %}

{% trans "Please, install latest version from" %} {% trans "Java website" %} {% trans "and restart browser" %}

{% endif %} {% if user.isStaff %}

{% trans "Ip" %}: {{ ip }}

{% trans "Networks" %}: {{ nets }}

{% trans "Transports" %}: {{ transports }}

{% endif %} {% endblock content %}