{% extends "main.html" %} {% block title %}{{_("Sign agreements")}}{% endblock %} {% block content %} {{ super() }} {% import '_form_macros.html' as macros %}
{{_("Hello %(name)s. Please sign the agreement(s) below if you agree with them.", name=user.name)}}
{% include '_agreements_form.html' %}