{% extends "base.html" %} {% block content %}

{{ client.name }} {% if client.approved %}{% endif %}

This app would like to:

{{ user }}

On your ({{user.username}}) behalf.

{#{{ form.csrf_token }}#}
{% endblock %}