{% load static %} {% load i18n %} JumpServer {% include '_head_css_js.html' %}

{% block msg_title %} {% trans 'Welcome to the JumpServer open source fortress' %} {% endblock %}

{% block msg_content %}

{% trans "The world's first fully open source fortress, using the GNU GPL v2.0 open source protocol, is a professional operation and maintenance audit system in compliance with 4A." %}

{% trans "Developed using Python/Django, following the Web 2.0 specification and equipped with industry-leading Web Terminal solutions, with beautiful interactive interface and good user experience." %}

{% trans 'Distributed architecture is adopted to support multi-machine room deployment across regions, central node provides API, and each machine room deploys login node, which can be extended horizontally and without concurrent access restrictions.' %}

{% trans "Changes the world, starting with a little bit." %}

{% endblock %}
{% block content_title %} {% trans 'Login' %} {% endblock %}
{% block content %} {% endblock %}

{% include '_copyright.html' %}