{% extends base_template %} {% load static %} {% load i18n %} {% block content %}
{% trans "To download the timeseries, there is a python package available on GitHub. For more information on the package please refer to" %} GitLab repository {% trans "and the" %} {% trans "Documentation" %}
{% trans "To use the package you need login credentials, that are saved in the user configuration file and have to be inside of the UNI Freiburg network." %} {% if user.is_authenticated %} {% trans "You can download your personal user configuration section from your" %} {% trans "Profile page" %} {% trans "after_profile_page" %}. {% else %} {% trans "You can get those credentials by" %} {% trans "requesting an account" %} {% trans "on this page." %} {% trans "If your account was activated you can download your user credential section from your Profile page." %} {% endif %}
{% endblock %}