{% extends "django_cradmin/layouts/standalone/focused.django.html" %} {% load crispy_forms_tags %} {% load i18n %} {% block title %} {% trans "Invalid invite" %} {% endblock title %} {% block page-cover-title %} {% trans "Invalid invite" %} {% endblock page-cover-title %} {% block content %} {% if token_does_not_exist %}
{% block invalid_token_message %} {% trans "Invalid invite URL. Are you sure you copied the entire URL from the email?" %} {% endblock invalid_token_message %}
{% endif %} {% if token_expired %}
{% block expired_token_message %} {% trans "This invite link has expired." %} {% endblock expired_token_message %}
{% endif %} {% endblock content %}