Skip to content

Commit

Permalink
feat(elig-unverified): realign eligibility unverified error page
Browse files Browse the repository at this point in the history
  • Loading branch information
machikoyasuda committed Dec 11, 2024
1 parent 1044718 commit 59638e3
Showing 1 changed file with 16 additions and 31 deletions.
47 changes: 16 additions & 31 deletions benefits/eligibility/templates/eligibility/unverified.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,39 +5,24 @@
{% translate "Unable to confirm eligibility" %}
{% endblock page-title %}

{% block main-content %}
{% block inner-content %}
{% if authentication and authentication.sign_out_link_template %}
{% include authentication.sign_out_link_template %}
{% endif %}

<div class="container">
<h1 class="h2 text-center">
<span class="icon d-block pb-4">{% include "core/includes/icon.html" with name="idcardquestion" %}</span>
{% block unverified-headline %}
{% translate "Your eligibility could not be verified." %}
{% endblock unverified-headline %}
</h1>

<div class="row justify-content-center">
<div class="col-lg-8 pt-4">
<p>
{% 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 %}
</p>
</div>
</div>

<div class="row justify-content-center">
<div class="col-lg-8">{% include "core/includes/agency-links.html" %}</div>
</div>

<div class="row pt-8 justify-content-center">
{% block unverified-call-to-action %}
<div class="col-lg-3 col-8">{% include "core/includes/button--index.html" %}</div>
{% endblock unverified-call-to-action %}
</div>

<div class="col-lg-6">
<div class="mt-5 pt-4 text-center">{% include "core/includes/icon.html" with name="idcardquestion" %}</div>
<h1 class="h2 py-4">{% translate "Your eligibility could not be verified." %}</h1>
<p>
{% 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 %}
</p>
{% include "core/includes/agency-links.html" %}
</div>
{% endblock main-content %}
{% endblock inner-content %}

{% block call-to-action-button %}
{% include "core/includes/button--index.html" %}
{% endblock call-to-action-button %}

0 comments on commit 59638e3

Please sign in to comment.