1. Contact Information
| Name | {{ user.get_full_name }} |
|---|---|
| {{ user.email|urlize }} |
2. Approval/Rejection Comment
This message will be sent to {{ user.get_full_name }} as part of their approval/rejection email.
{% endwith %}{% extends "base.html" %} {% block content %}
| Name | {{ user.get_full_name }} |
|---|---|
| {{ user.email|urlize }} |
This message will be sent to {{ user.get_full_name }} as part of their approval/rejection email.
{% endwith %}