{% trans "Service under maintenance" %}
{% trans "This service is in maintenance mode." %}
{% trans "Please, retry access in a while." %}
{% extends "uds/html5/templates/base.html" %} {% load i18n html5 static %} {% block title %}{% trans 'Available services list' %}{% endblock %} {% block body %}
{% trans "Ip" %}: {{ ip }}
{% trans "Networks" %}: {{ nets }}
{% trans "Transports" %}: {{ transports }}
{% trans "User Agent" %}: {{ request.META.HTTP_USER_AGENT }}
{% trans "OS" %}: {{ request.session.OS.OS }}