{% load url from future %} {% load i18n locale %}

{% trans "Action Required" %}

{% trans "Before continuing, you must read and accept the following documents." %}

{% csrf_token %} {% for field in form %}

{{ field.errors }} {{ field }} {{ field.label_tag }}

{% endfor %}

{% trans "No thanks. Log out" %}