diff --git a/benefits/eligibility/templates/eligibility/unverified.html b/benefits/eligibility/templates/eligibility/unverified.html
index 08f0ec911..aaea9de22 100644
--- a/benefits/eligibility/templates/eligibility/unverified.html
+++ b/benefits/eligibility/templates/eligibility/unverified.html
@@ -5,11 +5,13 @@
{% translate "Unable to confirm eligibility" %}
{% endblock page-title %}
-{% block inner-content %}
+{% block nav-buttons %}
{% if authentication and authentication.sign_out_link_template %}
{% include authentication.sign_out_link_template %}
{% endif %}
+{% endblock nav-buttons %}
+{% block inner-content %}
{% include "core/includes/icon.html" with name="idcardquestion" %}
{% translate "Your eligibility could not be verified." %}
diff --git a/benefits/enrollment/templates/enrollment/reenrollment-error-base.html b/benefits/enrollment/templates/enrollment/reenrollment-error-base.html
index f7a4deea4..9622515ce 100644
--- a/benefits/enrollment/templates/enrollment/reenrollment-error-base.html
+++ b/benefits/enrollment/templates/enrollment/reenrollment-error-base.html
@@ -5,10 +5,13 @@
{% translate "Enrollment error" %}
{% endblock page-title %}
-{% block inner-content %}
+{% block nav-buttons %}
{% if authentication and authentication.sign_out_link_template %}
{% include authentication.sign_out_link_template %}
{% endif %}
+{% endblock nav-buttons %}
+
+{% block inner-content %}
{% include "core/includes/icon.html" with name="calendarcheck" %}
{% translate "You are still enrolled in this benefit" %}
diff --git a/benefits/enrollment/templates/enrollment/retry.html b/benefits/enrollment/templates/enrollment/retry.html
index 57a89ff33..0b9191381 100644
--- a/benefits/enrollment/templates/enrollment/retry.html
+++ b/benefits/enrollment/templates/enrollment/retry.html
@@ -5,11 +5,13 @@
{% translate "Unable to enroll card" %}
{% endblock page-title %}
-{% block inner-content %}
+{% block nav-buttons %}
{% if authentication and authentication.sign_out_link_template %}
{% include authentication.sign_out_link_template %}
{% endif %}
+{% endblock nav-buttons %}
+{% block inner-content %}
{% include "core/includes/icon.html" with name="bankcardquestion" %}
{% translate "The card information may not have been entered correctly." %}