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

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

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

    {% include "legal/documents/tos.html" %}
    {{ form|crispy }} {% csrf_token %}
    {% endblock %}