{% extends "default.html" %} {% block pagetype %}userpage{% endblock %} {% block title %} {{u.username}}'s profile - {{'SITE_NAME' | app_config}} {% if u.is_private %} {% endif %} {% endblock %} {% block subHeader %}
{% if v and v.id == u.id %} Edit profile {% endif %}
Your avatar

{{u.username}}

rDramanaut since {{u.created_date}}
{% if u.username != u.original_username %}
·
a.k.a. @{{u.original_username}}
{% endif %}
{% if v and v.id != u.id %} {% endif %}
{% if u.bio_html %}

{{u.bio_html | safe}}

{% endif %} {% if u.badges %} {% endif %}
{% if u.friends_html %}

Friends

{{u.friends_html | safe}} {% endif %} {% if u.enemies_html %}

Enemies

{{u.enemies_html | safe}} {% endif %}
{% endblock %} {% block subHeader2 %}
{% endblock %} {% block content %}
{% if not "saved" in request.full_path %}
{% include "/dropdowns/SubmissionSorts.html" %}
{% endif %} {% if listing %}
{% if page>1 %} Prev {% else %} Prev {% endif %} {% if next_exists %} Next {% else %} Next {% endif %}
{% endif %}
{% endblock %} {% block sidebar %} {% include "/sidebars/ProfileSidebar.html" %} {% endblock %} {% block modals %} {% if v %} {% include "emoji_modal.html" %} {% include "gif_modal.html" %} {% endif %} {% endblock %} {% block scripts %} {% if v %} {% endif %} {% if u.song %} {% endif %} {% endblock %}