Legal Documents Acceptance
{% if missing_versions %}
You must accept the following current legal documents to continue:
{% for version in missing_versions %}
-
{{ version.document.human_name }}
(version {{ version.version_label }})
-
View current version
{% endfor %}
{% else %}
There are no legal documents requiring acceptance at this time.
Continue
{% endif %}