{% extends "django_registration/registration_base.html" %} {% load staticfiles %} {% load i18n %} {% block title %}{% trans "Account Activated" %}{% endblock %} {% block content %}

{% trans "Your account is now activated." %} {% if not user.is_authenticated %} {% trans "You can log in." %} {% endif %}

{% endblock %}