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

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

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

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