{% extends "registration/base.html" %} {% load humanize %} {% load i18n %} {% block title %}{% if account %} {% trans "Account activated" %}{% else %}{% trans "Activation problem occurred" %} {% endif %}{% endblock %} {% block content %}{% if account %}

{% trans "Account activated." %}

Thanks for signing up! You can now log in and manage your Projections

{% else %}

{% trans "Activation problem occurred" %}

{% trans "Sorry, a problem occured. Either your activation link was incorrect, or the activation key for your account has expired; activation keys are only valid for {{ expiration_days|apnumber }} days after registration." %}

{% endif %}{% endblock %}