{% extends "layout/base.html" %} {% set active_page = "home" %} {% set active_sub = "hot" %} {% set requires_loginForms = True %} {% block title %}Request Invitation{% endblock %} {% block head %} {% endblock %} {% block content %}
{% if user.avatar %} {% endif %}
{% if 'username' in session %} {% if user.username in sessionUser.following %}

{{ user.username }} Unfollow

{% else %}

{{ user.username }} Follow

{% endif %} {% else %}

{{ user.username }}

{% endif %}

{% if user.description %} {{ user.description }} {% else %} {% endif %}

{{ followerCount }}

Followers

{{ followingCount }}

Following

{{ score }}

Chop Score
{% include 'shared/_subs.html' %}
{% endblock %}