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

    {% trans "You have to agree to the Terms of Service" %}

    {% trans "Please read following Terms of Service document:" %}

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