{% extends 'core/base.html' %} {% load i18n compress staticfiles core_tags %} {% block head %} {% compress css %} {% endcompress %} {% compress js %} {% endcompress %} {% endblock %} {% block content %}

RDMO

{% trans "A tool to support the planning, implementation, and organisation of research data management." %}

{% get_current_language as lang %} {% if lang == 'en' %} {% include 'core/home_text_en.html' %} {% elif lang == 'de' %} {% include 'core/home_text_de.html' %} {% endif %}

{% trans 'Login' %}

{% include 'account/login_form.html' %}
{% endblock %}