{% load i18n %} {% if note %}

{{ note }}

{% else %}

{% blocktrans with tos_created=tos.created|date:"SHORT_DATE_FORMAT" %} Terms of Service as of {{ tos_created }} {% endblocktrans %}

{% endif %} {{ tos.content|safe }}

{% trans "Accept Terms of Service?" %}

{% csrf_token %} {% if next %} {% endif %}