{% extends "base.html" %} {% load i18n %} {% block content %}

{% blocktrans %} Select several questions and register your secret answers. These one will be asked to you for some critical features which required more security to ensure that is you. {% endblocktrans %}

{{ formset.non_form_errors.as_ul }}
{% csrf_token %} {{ formset }}
{% endblock content %}