{% extends "base.html" %} {% block title %}Generated Assessment Link{% endblock %} {% block content %}

Generated Links for {{ client.name }}

{% if links %}

One-time use links have been generated for the following assessments. Please copy and send them to the client.

{% for item in links %}
{{ item.assessment_name }}
{% endfor %} {% elif link %}

A one-time use link has been generated for the assessment: {{ assessment.name }}. Please copy and send it to the client.

{% endif %}
Note: To avoid accidental link usage, please copy the link and paste it into a new browser tab or send it to the recipient.
{% endblock %} {% block scripts %} {% endblock %}