{% extends "base.html" %} {% block title %}{{ _('Profile') }}{% endblock %} {% block content %}

{{ _('Email') }}: {{ user.email }}

{% if not user.profile_pic.startswith('http') %}
{% endif %} {% if user.profile_pic and user.profile_pic != 'default.png' %}
{% endif %} {{ _('Shop') }} {{ _('Edit Profile') }}
{% if discord is not none %} {% if not user.discord_linked %} {{ _('Link Discord Account') }} {% else %} {{ _('Discord Linked') }}
{% endif %} {% endif %} {% endblock %}