{% csrf_token %}

{{data.user.name}}

Send a Friend Request

Submit either an email or ID to send a friend request

{% if data.isSent and not data.isSub %} {% if data.found %}
Request Sent!

Once they accept the request, you will see them in your Friends List :)

{% else %}
Uh Oh!

Sorry, user was not found :( Check your input, or try again later

{% endif %} {% endif %}
{% if data.friends %} {% if data.num_of_friends == 1 %}

Pending Request: ({{data.num_of_friends}} Request)

{% else %}

Pending Requests: ({{data.num_of_friends}} Request)

{% endif %}
{% for friend in data.friends %}
{% endfor %}
{% else %}

No New Friend Requests

{% endif %}