{% extends 'base.html' %} {% load mss %} {% load i18n %} {% block content %} {% if not first_time %} {% trans "Welcome" %} {% trans "Management Server Setup (MSS) is a simple tool to help you quickly setup the services you need on your server." %}{% trans "Login to begin to setup your server." %} {% else %} {% trans "Login" %} {% endif %} {% if not first_time %} {% trans "Login" %} {% endif %} {% if error %} {% trans "Wrong username or password." %} {% endif %} {% include "login_form.html" %} {% endblock %}
{% trans "Management Server Setup (MSS) is a simple tool to help you quickly setup the services you need on your server." %}{% trans "Login to begin to setup your server." %}
{% trans "Wrong username or password." %}