{% extends "admin/core/small_form.html" %} {% load i18n foundation next_url %} {% block contextual_title %} {% trans "Activate Account" %} {% endblock contextual_title %} {% block breadcrumbs %} {{ block.super }}
{% blocktrans %} You can complete the activation process by clicking the button below. {% endblocktrans %}
{% else %}{% blocktrans %} Sorry, we could not find an account to activate, or your account is active already. You can check if it is active by attempting to log in. {% endblocktrans %}
{% endif %} {% endblock form_content %}