{% assign ai_count = customer.ai_scribe_count | default: 0 | plus: 0 %} {% assign tel_count = customer.telehealth_count | default: 0 | plus: 0 %} {% assign tmp_count = customer.templates_count | default: 0 | plus: 0 %} {% assign ins_count = customer.insurance_claims_count | default: 0 | plus: 0 %} {% assign payments_live = false %} {% if customer.payments_stripe_onboarding_complete == true or customer.payments_stripe_enabled == true %} {% assign payments_live = true %} {% endif %} {% assign plan_reco = "plus" %} {% if ai_count > 0 %} {% assign plan_reco = "advanced" %} {% elsif customer.team_size != blank and customer.team_size != "Just me" and customer.team_size != "1" %} {% assign plan_reco = "plus" %} {% elsif payments_live %} {% assign plan_reco = "plus" %} {% endif %} Your 14‑day trial Your trial closes today. Here’s what you put to good use, {{customer.first_name | default: "there"}}. {% assign rank = 0 %} {% if ai_count > 0 and rank < 3 %}{% assign rank = rank | plus: 1 %} AI Scribe sessions {{ ai_count }} {% endif %} {% if tel_count > 0 and rank < 3 %}{% assign rank = rank | plus: 1 %} Telehealth calls {{ tel_count }} {% endif %} {% if tmp_count > 0 and rank < 3 %}{% assign rank = rank | plus: 1 %} Custom templates {{ tmp_count }} {% endif %} {% if ins_count > 0 and rank < 3 %}{% assign rank = rank | plus: 1 %} Insurance claims filed {{ ins_count }} {% endif %} {% if payments_live and rank < 3 %}{% assign rank = rank | plus: 1 %} Online payments Live {% endif %} Plus everything else you set up over the last two weeks. {% if plan_reco == "advanced" %}Keep Advanced{% else %}Keep Plus{% endif %} View pricing  ·  keep exploring on Free