-
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.
- Loading branch information
Showing
33 changed files
with
522 additions
and
91 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
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
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
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,8 @@ | ||
{% load i18n %} | ||
|
||
<h2 class="h2-sm pt-4 pt-lg-8" id="mst-courtesy-card">{% translate "What is a Mobility Pass?" %}</h2> | ||
<p class="pt-2 pt-lg-4"> | ||
{% blocktranslate trimmed %} | ||
The Santa Barbara Metropolitan Transit District issues Mobility Pass cards to eligible riders. This transit benefit may need to be renewed in the future based on the expiration date of the Mobility Pass. Learn more at the <a href="https://sbmtd.gov/fares-passes/" target="_blank" rel="noopener noreferrer">SBMTD Fares & Passes</a>. | ||
{% 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
15 changes: 15 additions & 0 deletions
15
...y/templates/eligibility/includes/media-item--idcardcheck--start--sbmtd-mobility-pass.html
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,15 @@ | ||
{% extends "eligibility/includes/media-item--idcardcheck.html" %} | ||
|
||
{% load i18n %} | ||
|
||
{% block heading %} | ||
{% translate "Your current Mobility Pass number" %} | ||
{% endblock heading %} | ||
|
||
{% block body %} | ||
<div class="media-body--details"> | ||
<p> | ||
{% translate "You do not need to have your physical card, but you will need your 4-digit Mobility Pass number on the back of the card." %} | ||
</p> | ||
</div> | ||
{% endblock body %} |
10 changes: 10 additions & 0 deletions
10
...fits/eligibility/templates/eligibility/includes/selection-label--sbmtd-mobility-pass.html
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,10 @@ | ||
{% extends "eligibility/includes/selection-label.html" %} | ||
{% load i18n %} | ||
|
||
{% block label %} | ||
{% translate "SBMTD Mobility Pass" %} | ||
{% endblock label %} | ||
|
||
{% block description %} | ||
{% translate "This option is for people who have a current SBMTD Mobility Pass." %} | ||
{% endblock description %} |
25 changes: 25 additions & 0 deletions
25
benefits/eligibility/templates/eligibility/start--sbmtd-mobility-pass.html
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,25 @@ | ||
{% extends "eligibility/start.html" %} | ||
{% load i18n %} | ||
|
||
{% block page-title %} | ||
{% translate "Agency card overview" %} | ||
{% endblock page-title %} | ||
|
||
{% block headline %} | ||
<div class="col-lg-8"> | ||
<h1>{% translate "You selected a Mobility Pass transit benefit." %}</h1> | ||
</div> | ||
{% endblock headline %} | ||
|
||
{% block media-item %} | ||
{% include "eligibility/includes/media-item--idcardcheck--start--sbmtd-mobility-pass.html" %} | ||
{% endblock media-item %} | ||
|
||
{% block call-to-action %} | ||
<div class="row d-flex justify-content-lg-end"> | ||
<div class="col-lg-3 offset-2 offset-sm-2 offset-lg-0 col-sm-8 col-8"> | ||
{% url "eligibility:confirm" as button_url %} | ||
<a href="{{ button_url }}" class="btn btn-lg btn-primary" role="button">{% translate "Continue" %}</a> | ||
</div> | ||
</div> | ||
{% endblock call-to-action %} |
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
Oops, something went wrong.