{% extends "core/base.html" %} {% load foundation %} {% load i18n %} {% block title %}{% trans 'Activate Account' %}{% endblock title %} {% block body %}
{% if account %}

{% trans 'Activate Account' %}

{% csrf_token %}

{% trans "You can complete the activation process by clicking the button below." %}

{% else %}

{% trans 'Error' %}

{% trans 'There was no inactive account with this activation code found. It is possible that your account is already active, you can check by attempting to' %} {% trans 'login' %}.

{% endif %}
{% endblock body %}