{% extends "dashboard/base.html" %} {% block title %}{% if lang == 'fa' %}پروفایل{% else %}Profile{% endif %}{% endblock %} {% block page_title %}{% if lang == 'fa' %}پروفایل{% else %}Profile{% endif %}{% endblock %} {% block content %}
{{ user.email or session.email }}
{% if user %}{% if lang == 'fa' %} حساب شما به آدرس ایمیل {{ user.email }} متصل است. میتوانید با هر ارائهدهندهای که از این ایمیل استفاده میکند وارد شوید. {% else %} Your account is linked to {{ user.email }}. You can sign in with any provider that uses this email address. {% endif %}