{% extends "partials/layout.html" %} {% block pageContent %}
{{ "Logged-in as: %s" | tr | format( "" + request.user.Username + "") | safe }}
{{ "The following documents have been updated. " "Please review them carefully:" | tr }}
{% for term in unaccepted_terms %} {% endfor %} {{ "I accept the terms and conditions above." | tr }}