Skip to content

Commit

Permalink
feat: implement CalFresh include template for Help page
Browse files Browse the repository at this point in the history
  • Loading branch information
angela-tran committed Mar 19, 2024
1 parent 2953c50 commit 9bdccbc
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions benefits/core/templates/core/includes/help--calfresh.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
{% load i18n %}

<h2 class="h2-sm pt-4 pt-lg-8" id="calfresh-transit-benefit">
{% translate "How do I know if I'm eligible for the transit benefit for CalFresh Cardholders?" %}
</h2>
<p class="pt-2 pt-lg-4">
{% blocktranslate trimmed %}
We verify your eligibility as a CalFresh Cardholder by confirming you have received funds in your
CalFresh account at any point in the last three months. This means you are eligible for a transit
benefit even if you did not receive funds in your CalFresh account this month or last month.
{% endblocktranslate %}
</p>

<h2 class="h2-sm pt-4 pt-lg-8" id="calfresh-transit-benefit-no-account-changes">
{% translate "Will this transit benefit change my CalFresh account?" %}
</h2>
<p class="pt-2 pt-lg-4">
{% blocktranslate trimmed %}
No. Your monthly CalFresh allotment will not change.
{% endblocktranslate %}
</p>

<h2 class="h2-sm pt-4 pt-lg-8" id="calfresh-transit-benefit-enrollment">
{% translate "Do I need my Golden State Advantage card to enroll?" %}
</h2>
<p class="pt-2 pt-lg-4">
{% blocktranslate trimmed %}
No, you do not need your physical EBT card to enroll. We use information from Login.gov and the California
Department of Social Services to enroll you in the benefit.
{% endblocktranslate %}
</p>

<h2 class="h2-sm pt-4 pt-lg-8" id="calfresh-transit-benefit-payment">
{% translate "Can I use my Golden State Advantage card to pay for transit rides?" %}
</h2>
<p class="pt-2 pt-lg-4">
{% blocktranslate trimmed %}
No. You can not use your EBT or P-EBT card to pay for public transportation. When you tap to ride, use your personal
contactless debit or credit card to pay for public transportation.
{% endblocktranslate %}
</p>

0 comments on commit 9bdccbc

Please sign in to comment.