{% extends "admin/core/small_form.html" %} {% load i18n foundation next_url %} {% block contextual_title %} {% trans "Activate Account" %} {% endblock contextual_title %} {% block breadcrumbs %} {{ block.super }}
  • {% trans "Activate Account" %}
  • {% endblock breadcrumbs %} {% block title-section %}
    {% if account %} {% trans "Activate Account" %} {% else %} {% trans "No account to activate" %} {% endif %}
    {% endblock %} {% block form_content %} {% if account %} {% include "admin/elements/forms/messages_in_callout.html" with form=form %}

    {% 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 %}

    {% trans "Log in" %}
    {% endif %} {% endblock form_content %}