{% extends "base.html" %} {% block title %}Link Already Used{% endblock %} {% block content %}
This invitation link stays valid until the assessment is submitted. The assessment associated with this invitation has already been submitted, so the link is no longer usable.
{% else %}For security reasons, this link can only be used once and has already been accessed.
{% endif %}{% if link_type == 'assessment' %} If you need to take the assessment again, please contact your administrator or consultant to request a new invitation link. {% elif link_type == 'password_reset' %} If you still need to reset your password, please request a new password reset link. {% else %} If you need access to this resource, please contact support for assistance. {% endif %}