Skip to content

Commit 609e3f4

Browse files
committed
feat: implement CalFresh include template for Help page
1 parent 3a3044c commit 609e3f4

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
{% load i18n %}
2+
3+
<h2 class="h2-sm pt-4 pt-lg-8" id="calfresh-transit-benefit">
4+
{% translate "How do I know if I'm eligible for the transit benefit for CalFresh Cardholders?" %}
5+
</h2>
6+
<p class="pt-2 pt-lg-4">
7+
{% blocktranslate trimmed %}
8+
We verify your eligibility as a CalFresh Cardholder by confirming you have received funds in your
9+
CalFresh account at any point in the last three months. This means you are eligible for a transit
10+
benefit even if you did not receive funds in your CalFresh account this month or last month.
11+
{% endblocktranslate %}
12+
</p>
13+
14+
<h2 class="h2-sm pt-4 pt-lg-8" id="calfresh-transit-benefit-no-account-changes">
15+
{% translate "Will this transit benefit change my CalFresh account?" %}
16+
</h2>
17+
<p class="pt-2 pt-lg-4">
18+
{% blocktranslate trimmed %}
19+
No. Your monthly CalFresh allotment will not change.
20+
{% endblocktranslate %}
21+
</p>
22+
23+
<h2 class="h2-sm pt-4 pt-lg-8" id="calfresh-transit-benefit-enrollment">
24+
{% translate "Do I need my Golden State Advantage card to enroll?" %}
25+
</h2>
26+
<p class="pt-2 pt-lg-4">
27+
{% blocktranslate trimmed %}
28+
No, you do not need your physical EBT card to enroll. We use information from Login.gov and the California
29+
Department of Social Services to enroll you in the benefit.
30+
{% endblocktranslate %}
31+
</p>
32+
33+
<h2 class="h2-sm pt-4 pt-lg-8" id="calfresh-transit-benefit-payment">
34+
{% translate "Can I use my Golden State Advantage card to pay for transit rides?" %}
35+
</h2>
36+
<p class="pt-2 pt-lg-4">
37+
{% blocktranslate trimmed %}
38+
No. You can not use your EBT or P-EBT card to pay for public transportation. When you tap to ride, use your personal
39+
contactless debit or credit card to pay for public transportation.
40+
{% endblocktranslate %}
41+
</p>

0 commit comments

Comments
 (0)