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

Generated Links for {{ client.name }}

The following one-time use links have been generated. Please copy and send them to the client.

Note: To avoid accidental link usage, please copy the link and paste it into a new browser tab or send it to the recipient.
    {% for item in links %}
  • {{ item.assessment_name }}
  • {% endfor %}
{% endblock %} {% block scripts %} {% endblock %}