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

    {% trans "Legal Terms Overview" %}

    {% include 'legal/documents/summary.html' %}

    {% blocktrans %}This page is based on the Terms of Service and the Privacy Policy, you should still read the original documents to fully understand them:{% endblocktrans %}

    {% endblock %}