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

{% translate "You have to agree to the General Terms and Conditions" %}

{% 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:" %}

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