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

{% if privacy_url %} {% translate "You have to agree to the General Terms and Conditions and the Privacy Policy" %} {% else %} {% translate "You have to agree to the General Terms and Conditions" %} {% endif %}

{% if terms_document_hidden and terms_url %}

{% translate "Please read the following legal documents:" %}

{% else %}

{% translate "Please read the following General Terms and Conditions document:" %}

{% if privacy_url %}

{% translate "Please also read the Privacy Policy:" %} {% translate "Privacy Policy" %}

{% endif %} {% endif %} {{ form|crispy }} {% csrf_token %}
{% endblock content %}