{% load static %} {% load i18n %} {% if not_agreed_terms %}
{% trans "Our Terms and Conditions Have Changed" %}
×
Changes have been made to our {% for terms in not_agreed_terms %} {% if not forloop.first and not forloop.last %}, {% endif %} {% if forloop.last and not_agreed_terms|length > 2 %}, and {% elif forloop.last and not_agreed_terms|length > 1 %} and {% endif %} {% if terms.name %}{{ terms.name|safe }}{% endif %} {% endfor %} document{{ not_agreed_terms|length|pluralize }}. {% trans "Please, review and accept the changes to prevent future interruptions." %}
{% endif %}