{% if records %}
Select Functional Assessment for [{{ client_id }}] {{ client.fname }} {{ client.lname }}:
{% for record in records %}
[{{ record.rec_id }}] {{ record.skill_area[:60] }}{% if record.skill_area|length > 60 %}...{% endif %}
{% endfor %}
Submit
{% else %}
No Functional Assessments found for this client in this date range.
{% endif %}
Enter A Functional Assessment
{% include '_footer.html' %}