{# app/modules/tenancy/templates/tenancy/store/invitation-accept.html #} {# Standalone invitation acceptance page - does NOT extend store/base.html #}
This invitation has expired. Please ask {{ invitation.store_name }} to send you a new one.
{% elif invitation and invitation.error == 'already_accepted' %}This invitation has already been accepted. You can log in to {{ invitation.store_name }}.
{% else %}This invitation link is not valid. Please check your email for the correct link.
{% endif %} Go to LoginYou've been invited as {{ invitation.role_name }}
Account activated!
Redirecting to login...