{% extends 'base.html' %} {% load i18n %} {% block title %}{% trans "Signin Authentication Code" %}{% endblock %} {% block content %}
{{ field.label_tag }} {{ field }} {% if field.errors %}{{ field.errors }}{% endif %}