{% extends "base.html" %} {% from "_helpers.html" import csrf_field %} {% block content %}

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

This app would like to:

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

{{ csrf_field() }}
{% endblock %}