{% extends "base.html" %} {% block title %}Consent{% endblock %} {% block content %}
User
{{ user }}
Client
{{ client }}
{{ form.hidden_tag() }} {{ form.accept }}
{% endblock %}