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

{% block small_title %} {% endblock %}

{% trans 'Security token validation' %}  {% trans 'Account' %} {{ user.username }}  {% trans 'Follow these steps to complete the binding operation' %}

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