diff --git a/benefits/core/migrations/local_fixtures.json b/benefits/core/migrations/local_fixtures.json index f23679537..9d8a4896d 100644 --- a/benefits/core/migrations/local_fixtures.json +++ b/benefits/core/migrations/local_fixtures.json @@ -141,6 +141,7 @@ "claims_provider": 2, "selection_label_template": "eligibility/includes/selection-label--medicare.html", "eligibility_start_template": "eligibility/start--medicare.html", + "help_template": "core/includes/help--medicare.html", "claims_scope": "verify:medicare", "claims_claim": "medicare", "supported_enrollment_methods": ["digital", "in_person"] diff --git a/benefits/core/templates/core/includes/help--medicare.html b/benefits/core/templates/core/includes/help--medicare.html new file mode 100644 index 000000000..c29225010 --- /dev/null +++ b/benefits/core/templates/core/includes/help--medicare.html @@ -0,0 +1,37 @@ +{% load i18n %} + +

+ {% translate "How do I know if I qualify for the Medicare Cardholder option?" %} +

+

+ {% blocktranslate trimmed %} + You qualify for this option if you have a Medicare card. To enroll you will need an account with Medicare.gov. You will need to sign up for a Medicare.gov account if you do not currently have one. Deceased Medicare cardholders do not qualify. + {% endblocktranslate %} +

+ +

+ {% translate "Do I need my Medicare card to enroll?" %} +

+

+ {% blocktranslate trimmed %} + No, you do not need your physical Medicare card to enroll in a transit benefit. You will need the information on your card to create an account at Medicare.gov if you have do not currently have an online account. + {% endblocktranslate %} +

+ +

+ {% translate "Do I need to bring my Medicare card when I ride public transportation?" %} +

+

+ {% blocktranslate trimmed %} + No, you do not need your physical Medicare card to use your transit benefit on public transportation. Once you have enrolled you can use your contactless debit or credit card to tap to ride with a reduced fare. + {% endblocktranslate %} +

+ + +

+ {% blocktranslate trimmed %} + You can enroll in any option you qualify for. We recommend enrolling in the Medicare Cardholder option if you qualify for it. + {% endblocktranslate %} +