diff --git a/benefits/core/templates/core/help.html b/benefits/core/templates/core/help.html index ef3325904..94a4561f2 100644 --- a/benefits/core/templates/core/help.html +++ b/benefits/core/templates/core/help.html @@ -9,13 +9,8 @@ {% block main-content %}
-
+

{% translate "Help" %}

-
-
- -
-

{% translate "What is Cal-ITP Benefits?" %}

{% blocktranslate trimmed %} @@ -137,11 +132,7 @@

{% translate "Questions?" %}

provider. {% endblocktranslate %}

-
-
-
-
{% if agency %} {% include "core/includes/agency-links.html" %} {% else %} @@ -152,8 +143,8 @@

{% translate "Questions?" %}

-
-
+
+
{% translate "Go Back" as button_text %} {% include "core/includes/button--origin.html" with button_text=button_text %}
diff --git a/benefits/eligibility/templates/eligibility/unverified.html b/benefits/eligibility/templates/eligibility/unverified.html index 1fe235f7c..537e97efe 100644 --- a/benefits/eligibility/templates/eligibility/unverified.html +++ b/benefits/eligibility/templates/eligibility/unverified.html @@ -11,33 +11,25 @@ {% endif %}
-

- {% include "core/includes/icon.html" with name="idcardquestion" %} - {% block unverified-headline %} - {% translate "Your eligibility could not be verified." %} - {% endblock unverified-headline %} -

-
-
+
+
{% include "core/includes/icon.html" with name="idcardquestion" %}
+ {% block unverified-headline %} +

{% translate "Your eligibility could not be verified." %}

+ {% endblock unverified-headline %}

{% block unverified-body %} {% translate "That’s okay! You may still be eligible for our program." %} {% blocktranslate with short_name=agency.short_name %}Please reach out to {{ short_name }} for assistance.{% endblocktranslate %} {% endblock unverified-body %}

+

{% include "core/includes/agency-links.html" %}

- -
-
{% include "core/includes/agency-links.html" %}
-
-
{% block unverified-call-to-action %} -
{% include "core/includes/button--index.html" %}
+
{% include "core/includes/button--index.html" %}
{% endblock unverified-call-to-action %}
-
{% endblock main-content %} diff --git a/benefits/enrollment/templates/enrollment/reenrollment-error-base.html b/benefits/enrollment/templates/enrollment/reenrollment-error-base.html index 720bc8131..783c96e2f 100644 --- a/benefits/enrollment/templates/enrollment/reenrollment-error-base.html +++ b/benefits/enrollment/templates/enrollment/reenrollment-error-base.html @@ -11,21 +11,17 @@ {% endif %}
-

- {% include "core/includes/icon.html" with name="calendarcheck" %} - {% translate "You are still enrolled in this benefit" %} -

-
-
+
+
{% include "core/includes/icon.html" with name="calendarcheck" %}
+

{% translate "You are still enrolled in this benefit" %}

{% block error-message %} {% endblock error-message %}
-
-
-
{% include "core/includes/button--index.html" %}
+
+
{% include "core/includes/button--index.html" %}
+
-
{% endblock main-content %} diff --git a/benefits/enrollment/templates/enrollment/retry.html b/benefits/enrollment/templates/enrollment/retry.html index b4d6dabeb..88f23eb95 100644 --- a/benefits/enrollment/templates/enrollment/retry.html +++ b/benefits/enrollment/templates/enrollment/retry.html @@ -11,27 +11,20 @@ {% endif %}
-

- {% include "core/includes/icon.html" with name="bankcardquestion" %} - {% translate "The card information may not have been entered correctly." %} -

-
-
+
+
{% include "core/includes/icon.html" with name="bankcardquestion" %}
+

{% translate "The card information may not have been entered correctly." %}

{% translate "Please check the details on your card and try again, or contact your transit agency for help." %}

+ {% include "core/includes/agency-links.html" %}
-
- -
-
{% include "core/includes/agency-links.html" %}
-
-
-
- {% translate "Try again" as button_text %} - {% include "core/includes/button--origin.html" with button_text=button_text %} +
+
+ {% translate "Try again" as button_text %} + {% include "core/includes/button--origin.html" with button_text=button_text %} +
-
{% endblock main-content %} diff --git a/benefits/enrollment/templates/enrollment/system_error.html b/benefits/enrollment/templates/enrollment/system_error.html index 42382a631..68f1296ef 100644 --- a/benefits/enrollment/templates/enrollment/system_error.html +++ b/benefits/enrollment/templates/enrollment/system_error.html @@ -1,35 +1,25 @@ {% extends "core/base.html" %} {% load i18n %} -{% block classes %} - {{ block.super | add:" system-enrollment-error" }} -{% endblock classes %} - {% block page-title %} {% translate "Enrollment system down" %} {% endblock page-title %} {% block main-content %}
-

- {% include "core/includes/icon.html" with name="bankcardquestion" %} - {% translate "Our enrollment system is not working right now." %} -

-
-
+
+
{% include "core/includes/icon.html" with name="bankcardquestion" %}
+

{% translate "Our enrollment system is not working right now." %}

{% translate "We’re working to solve the problem. Please wait 48 hours and try to enroll again, or contact your transit agency for help." %}

+

{% include "core/includes/agency-links.html" %}

-
-
{% include "core/includes/agency-links.html" %}
-
-
-
+
{% if authentication and authentication.sign_out_link_template %} {% translate "Sign out of" as button_text %}