SQL Advance
Client Name:
{{ client.fname }} {{ client.lname }}
Select Unit:
{{ place_str }}
{% for unit in units %}
{{unit.unit_id}} -- {{ unit.unit_lname }}
{% endfor %}
Entitlements Data
Social Security Amount:
SSI Amount:
SSD Amount:
Medicaid:
{% for value in bool_list %}
{{ value[:60] }}{% if value|length > 60 %}...{% endif %}
{% endfor %}
Medicaid Managed Care:
{% for value in bool_list %}
{{ value[:60] }}{% if value|length > 60 %}...{% endif %}
{% endfor %}
Medicare:
{% for value in bool_list %}
{{ value[:60] }}{% if value|length > 60 %}...{% endif %}
{% endfor %}
Medicare ID:
SNAP:
{% for value in bool_list %}
{{ value[:60] }}{% if value|length > 60 %}...{% endif %}
{% endfor %}
SNAP ID:
SNAP Amount:
Public Assistance:
{% for value in bool_list %}
{{ value[:60] }}{% if value|length > 60 %}...{% endif %}
{% endfor %}
Public Assistance Amount:
Wages (Amount):
Private Insurance:
{% for value in bool_list %}
{{ value[:60] }}{% if value|length > 60 %}...{% endif %}
{% endfor %}
Insurance Carrier:
Insurance ID:
Alimony:
Pension:
Unemployment:
Workers Comp:
Retirement Income:
Child Support:
Other Income:
WIC:
TANF:
Section 8:
VA Disability:
VA Medical:
Other Non-Cash Benefits:
Submit
{% include '_footer.html' %}