{% extends 'main/base.html' %} {% load i18n %} {% block title %}{% trans "Change Login Password" %} - ODEON{% endblock %} {% block top_icon %} 👤 {% endblock %} {% block content %}
{% include 'main/_subheader.html' with title=_("Change Login Password") back="/personal/" %} {% if success %}
✓

{% trans "Password Updated" %}

{% trans "Your login password has been changed successfully." %}

{% trans "Back to Personal Center" %}
{% else %} {% if error %}
{{ error }}
{% endif %}
{% csrf_token %}
{% trans "Phone Number" %} {{ masked_phone }}
{{ captcha }}
{% trans "Sms Code" %}

{% endif %}
{% endblock %}