|
{% case hero_metric %}
{% when "appointments" %}
appointments, {{ customer.first_name | default: "there" }}.
Hours of care delivered in a workspace you set up two weeks ago.
{% when "notes" %}
clinical notes, {{ customer.first_name | default: "there" }}.
Documentation done and filed without leaving the chart.
{% when "invoices" %}
invoices out the door, {{ customer.first_name | default: "there" }}.
Billing sent, not sitting on your desk.
{% when "clients" %}
clients chose you for their care, {{ customer.first_name | default: "there" }}.
Real people, real records, all set up and running inside Carepatron.
{% endcase %}
|