{% extends 'base.html' %} {% load i18n %} {% block content %}

{% trans "ROSA Server Setup" %}

{% blocktrans with "
" as nl and "ROSA Server Setup" as product and "ROSA Directory Server" as rds and "DNS" as dns and "OpenLDAP" as ldap %}Welcome on the {{product}}. {{nl}}{{product}} aims to help system administrators to setup quickly system services such as {{dns}} and {{ldap}}. Moreother, {{product}} allows you to setup {{ rds }} products easily.{% endblocktrans %}

{% trans "Login" %} {% include 'login_form.html' %}
{% endblock %}