{% if plans %}
Select Support Plan:
{% for plan in plans %}
[{{ plan.rec_id }}] {{ plan.unit_lname }} {{ plan.start_date}} - {{ plan.end_date}}
{% endfor %}
Submit
{% else %}
No Support Plans found for this client in this date range.
{% endif %}
Enter A Support Plan
{% include '_footer.html' %}