{% extends '__layout__.html' %} {% block title %}{{profile.username}}{% endblock %} {% block head %} {% endblock %} {% block content %}
{% with messages = get_flashed_messages() %} {% if messages %}
{% for message in messages %}
{{ message }}
{% endfor %}
{% endif %} {% endwith %}
{{profile.username}} {% if profile.isonline: %}
{% endif %}

{{profile.username}}

{% if profile.membershipValue == 1: %} {%endif%} {% if profile.membershipValue == 2: %} {%endif%} {% if profile.membershipValue == 3: %} {%endif%}
{% if profile.id != currentuser.id : %} {% if profile.doestargetuserfollowviewer: %}

This user is currently following you

{%endif%} {%endif%}

User RAP

{{profile.UserRAP}}

{% if profile.id != currentuser.id : %}
{% if profile.isfriends: %}
{% else: %} {% if profile.friendrequestpending: %} {% else: %} {% if profile.friendrequesttoauthenticateduser: %}
{% else: %}
{% endif %} {% endif %} {% endif %}
{% endif %}
{% endblock %}