{% extends "base.html" %}{% block title %}{{ t('register_title') }}{% endblock %} {% block content %}

{{ t('register_title') }}

{{ t('captcha_question') }} {{ captcha_a }} + {{ captcha_b }}?

{% if admin_activation_required %}{{ t('register_info_admin') }}{% else %}{{ t('register_info') }}{% endif %}

{{ t('already_have') }}

{% endblock %}