{% extends '_without_nav_base.html' %} {% load static %} {% load i18n %} {% block body %}

{% block small_title %} {% endblock %}

{% trans 'Please enter the password of' %} {% trans 'account' %} {{ user.username }} {% trans 'to complete the binding operation' %}

{% block content %} {% endblock %}
{% endblock %}