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

{{ note }} {% else %}

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

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

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

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