{% extends "base.html" %} {% block content %} {% with profile.user as user %}

1. Contact Information

Name {{ user.get_full_name }}
Email {{ user.email|urlize }}

2. Approval/Rejection Comment

This message will be sent to {{ user.get_full_name }} as part of their approval/rejection email.

{% csrf_token %} {{ form.comment }}
{% endwith %} {% endblock %}