{% extends "base.html" %} {% load i18n %} {% block breadcrumbs %}
  • {% trans "Legal" %}
  • {% endblock %} {% block content %} {% include 'legal/menu.html' %}

    {% trans "Legal Terms Overview" %}

    {% url 'legal:terms' as terms_url %} {% blocktrans %}This page is based on the Terms of Service, you should still read the original document to fully understand them.{% endblocktrans %}

    • {% blocktrans %}The services are provided “as is”, at your own risk, without any warranty.{% endblocktrans %}
    • {% blocktrans %}Additional guarantees might apply to commercial customers, those are expressed in corresponding contracts.{% endblocktrans %}
    • {% blocktrans %}We process private data (such as your email address), those will be discarded from our database as soon as you remove your account.{% endblocktrans %}
    • {% blocktrans %}Your translations are made under license which is specified by each translation.{% endblocktrans %}
    • {% blocktrans %}Your name and email address is used in VCS commits, it will stay there indefinitely.{% endblocktrans %}
    • {% blocktrans %}We use cookies to deliver our services.{% endblocktrans %}
    {% endblock %}