{% extends "partials/layout.html" %} {% block pageContent %}

AUR {% trans %}Terms of Service{% endtrans %}

{{ "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 }}

{% endblock %}