{% extends "default.html" %} {% block pagetype %}userpage{% endblock %} {% block pagetitle %}@{{u.username}}'s profile{% endblock %} {% block head_final %} {% if u and u.profile_background %} {% set displaying_bg = True %} {% if not HOLIDAY_EVENT %} {% endif %} {% endif %} {% if u and u.profilecss and not request.values.get('nocss') %} {% endif %} {% endblock %} {% block content %} {%- include 'userpage/banner.html' -%} {%- include 'userpage/header.html' -%} {% block userpage_content required %}{% endblock %} {% if FEATURES['USERS_PROFILE_SONG'] and u.song %} {% if v and v.id == u.id %}
{{v.username}}
{% else %}
{{u.username}}
{% endif %} {% endif %} {% if v %}
{% if v.patron or u.patron %}0{% else %}0.03{% endif %}
{{u.username}}
{% endif %} {% if not HOLIDAY_EVENT or SITE_NAME == 'WPD' %} {% endif %} {% endblock %} {% block pagenav %} {% if listing %} {% endif %} {% if not request.path.endswith('/comments') and not request.path.endswith(u.username) %} {% endif %} {% if v and v.id != u.id and not request.path.endswith('/comments') and not request.path.endswith(u.username) %} {% include "modals/emoji.html" %} {% endif %} {% endblock %} {% block GIFpicker %}{% endblock %}