Client Functional Assessments for
{{ client.fname }} {{ client.lname }}
(ID: {{ client_id }})
Select Unit:
{% for unit in units %} {% if unit.unit_lname == record.unit_lname %}
{{unit.unit_id}} -- {{ unit.unit_lname }}
{% else %}
{{unit.unit_id}} -- {{ unit.unit_lname }}
{% endif %} {% endfor %}
Effective Date:
Expiration Date:
Skill Area:
{{ record.skill_area[:60] }}{% if record.skill_area|length > 60 %}...{% endif %}
{% for skill in skills %}
{{ skill.skill_area[:60] }}{% if skill.skill_area|length > 60 %}...{% endif %}
{% endfor %}
Skill Level:
{{record.skill_level}}
Needs Attention
Needs Immediate Attention
Adequate
Excellent
Comments:
{{ record.skill_text }}
Submit
To DELETE this record click here:
Delete
{% include '_footer.html' %}