{% extends "django_cradmin/layouts/standalone/focused.django.html" %} {% load crispy_forms_tags %} {% load i18n %} {% block title %} {% trans "Activate account error" %} {% endblock title %} {% block pageheader-inner %}

{% trans "Activate account error" %}

{% endblock pageheader-inner %} {% block content %} {% if token_does_not_exist %}
{% include "cradmin_activate_account/messages/activation-link-invalid.django.html" %}
{% endif %} {% if token_expired %}
{% include "cradmin_activate_account/messages/activation-link-expired.django.html" %}
{% endif %} {% endblock content %}