{% extends "registration/base.html" %}{% load i18n %}{% load url from future %} {% block registration_content %}

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

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

{% endblock %}