{% extends 'core/page.html' %} {% load i18n %} {% block page %} {% include 'account/terms_of_use.html' %} {% if user.is_authenticated %}
{% if consent %}

You have agreed to the terms of use

{% else %}
{% csrf_token %} {% endif %}
{% endif %} {% endblock %}