{% extends 'base.html' %} {% load mss %} {% load i18n %} {% block content %}
{% if not first_time %}

{% 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 %} {% endif %}
{% if not first_time %} {% trans "Login" %} {% endif %} {% if error %}

{% trans "Wrong username or password." %}

{% endif %} {% include "login_form.html" %}
{% endblock %}