{% 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 %}
Edit profile
Your avatar

{{u.username}}

{% if u.username != u.original_username %}
aka {{u.original_username}}
{% endif %}
{% if v and v.username == u.username %} {% endif %}
{% endblock %} {% block content %}
{% if not "saved" in request.full_path %}
{% endif %}
{% include "submission_listing.html" %}
{% endblock %} {% block pagenav %} {% if listing %} {% endif %} {% 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 %}