{% extends "base.html" %} {% load i18n %} {% block title %} {% trans "Review Documents" %} {% endblock %} {% block content_title %} {% trans "Review Documents" %} {% endblock %} {% block content %}
{% blocktrans %} These documents govern your use of this web site. Please read them carefully. {% endblocktrans %}
{% if request.user.is_authenticated %}{% blocktrans %} If you were redirected here instead of to another page you intended to visit, it is probably because either these documents, or your user account, have recently been updated, and we need updated signatures from you before we proceed. {% endblocktrans %}
{% endif %}{% trans "View/Sign" %} | {% else %}{% trans "View" %} | {% endif %}{% trans "Document Name" %} | {% trans "Last Updated" %} |
---|---|---|---|
{% if request.user.is_authenticated %} {% if document.user_consents %} [{% trans "View Signed Document" %}] {% else %} [{% trans "Review/Signature Required" %}] {% endif %} {% else %} [{% trans "View" %}] {% endif %} | {{ document.name }} | {{ document.created }} | |
{{ document.details }} |