-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feat: add help template for Medicare (#2415)
- Loading branch information
Showing
4 changed files
with
126 additions
and
88 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
{% load i18n %} | ||
|
||
<h2 class="h2-sm pt-4 pt-lg-8" id="medicare-transit-benefit"> | ||
{% translate "How do I know if I qualify for the Medicare Cardholder option?" %} | ||
</h2> | ||
<p class="pt-2 pt-lg-4"> | ||
{% 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 %} | ||
</p> | ||
|
||
<h2 class="h2-sm pt-4 pt-lg-8" id="medicare-transit-benefit-enrollment"> | ||
{% translate "Do I need my Medicare card to enroll?" %} | ||
</h2> | ||
<p class="pt-2 pt-lg-4"> | ||
{% 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 %} | ||
</p> | ||
|
||
<h2 class="h2-sm pt-4 pt-lg-8" id="medicare-transit-benefit-payment"> | ||
{% translate "Do I need to bring my Medicare card when I ride public transportation?" %} | ||
</h2> | ||
<p class="pt-2 pt-lg-4"> | ||
{% 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 %} | ||
</p> | ||
|
||
<h2 class="h2-sm pt-4 pt-lg-8" id="medicare-transit-benefit-recommended"> | ||
{% translate "What if I qualify for more than one option?" %} | ||
</h2> | ||
<p class="pt-2 pt-lg-4"> | ||
{% 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 %} | ||
</p> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters