Skip to content

Commit

Permalink
feat(medicare): add help template
Browse files Browse the repository at this point in the history
  • Loading branch information
angela-tran committed Sep 27, 2024
1 parent b20ac00 commit cd74d45
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 0 deletions.
1 change: 1 addition & 0 deletions benefits/core/migrations/local_fixtures.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down
37 changes: 37 additions & 0 deletions benefits/core/templates/core/includes/help--medicare.html
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>

0 comments on commit cd74d45

Please sign in to comment.