{% extends "base.html" %} {% load i18n %} {% block title %}{% trans 'Activation Complete!' %} | {{ block.super }}{% endblock %} {% block section_title %} {% trans "Activated!" %} {% endblock %} {%block content %}
{% trans "Your account is now active!" %}
{% url auth_login as login_url %} {% if login_url %} {% trans "You may go ahead and" %} {% trans 'log in' %} {% trans "now." %} {% endif %} {%endblock content %}