{% extends "two_factor/_base_focus.html" %} {% load i18n %} {% block content %}

{% block title %}{% trans "Registration" %}{% endblock %}

{% csrf_token %} {{ form }}
{% endblock %}