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

{% translate "Legal Terms Overview" %}

{% include 'legal/documents/summary.html' %} {% if terms_url or privacy_url %}

{% blocktranslate %}This page is based on the General Terms and Conditions and the Privacy Policy, you should still read the original documents to fully understand them:{% endblocktranslate %}

{% endif %}
{% endblock content %}