{% extends "pages/termsframe.html" %} {% load static %} {% load terms_tags %} {% load socialaccount %} {% block content %} {% if not request.user.is_anonymous %} {% if agreed_terms|length > 0 %}

You have accepted the following terms and conditions

{% endif %} {% if not_agreed_terms|length > 0 %}

Terms and Conditions not accepted yet

{% endif %} {% else %} {# This is shown to anonymous users #} {% for terms in active_terms %}

{{ terms.name|safe }}

{{ terms.text|safe }} {% endfor %}

If you want to use this site, sign in via ORCID. Afterwards you have the possibility to review and accept terms and conditions.

{% endif %} {% endblock content %}