{% if records %}
Select Demographics Records for [{{ client_id }}] {{ client.fname }} {{ client.lname }}:

{% else %}

No Demographics Record found for this client in this date range.

{% endif %}

Enter Demographics Data

{% include '_footer.html' %}