{% extends "authentic2/base-page.html" %} {% load i18n gadjo %} {% block title %} {{ view.title }} {% endblock %} {% block content %}

{% blocktrans trimmed %}Input your account activation code.{% endblocktrans %}

{% blocktrans count counter=duration %} Your code is valid for the next minute. {% plural %} Your code is valid for the next {{ duration }} minutes. {% endblocktrans %}

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