{% extends "django_registration/base.html" %}{% load i18n %} {% block registration_content %}

{% trans "Your account is now active!" %}

{% trans "Now, you can"%} {% trans "login!" %}

{% endblock %}