{% extends "base.html" %} {% block title %}{{ _('Profile') }}{% endblock %} {% block content %}
{{ _('Email') }}: {{ user.email }}
{% if user.profile_pic and user.profile_pic != 'default.png' %} {% endif %} {{ _('Shop') }} {{ _('Edit Profile') }} {% if not user.discord_linked %} {{ _('Link Discord Account') }} {% else %} {{ _('Discord Linked') }} {% endif %} {% endblock %}