Request for Permission
Hi{% if request.user.profile.first_name %} {{ request.user.profile.first_name }}{% endif %},
Client {{ client.name }} would like to access this information of you...
{% extends "frontend/base.html" %} {% block content %}
Hi{% if request.user.profile.first_name %} {{ request.user.profile.first_name }}{% endif %},
Client {{ client.name }} would like to access this information of you...