Skip to content

Commit

Permalink
We have Received your Broker Application page (#4369)
Browse files Browse the repository at this point in the history
  • Loading branch information
anncaballeroo authored and kristinmerbach committed Sep 4, 2024
1 parent 4cb1e24 commit f9c24cc
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 12 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,25 @@
<div id="broker_confimation_panel">
<div class="container">
<h2>We Received Your Broker Application</h2>
<p>Now that you’ve registered, we will review your application and confirm that you have:</p>
<ul>
<li>Completed the <a target="_blank" rel='noopener noreferrer' href='https://coverme.inquisiqlms.com/'><%= EnrollRegistry[:enroll_app].setting(:short_name).item %> training</a> provided by <%=EnrollRegistry[:enroll_app].setting(:short_name).item %> Consumer Assistance Center</li>
<li>Have an active producer license with health authority with the Maine Bureau of Insurance</li>
</ul>
<p>If you have met all of the requirements, you’ll get an email from <%= EnrollRegistry[:enroll_app].setting(:short_name).item %> in the next 7-10 business days with a link to set up your <%= EnrollRegistry[:enroll_app].setting(:short_name).item %> password.</p>
<p>Registration and certification with <%= EnrollRegistry[:enroll_app].setting(:short_name).item %> does not guarantee appointments with carriers. You still need to work with carriers to secure appointments.</p>
<p>If you have any questions call <%= EnrollRegistry[:enroll_app].setting(:short_name).item %> at <%= EnrollRegistry[:enroll_app].setting(:contact_center_short_number).item %> TTY: <%=EnrollRegistry[:enroll_app].settings(:contact_center_tty_number).item%></p>
<% if @bs4 %>
<h1><%= l10n("broker_agencies.broker_roles.confirmation.heading") %></h1>
<p><%= l10n("broker_agencies.broker_roles.confirmation.description1") %></p>
<ul>
<li><%= l10n("broker_agencies.broker_roles.confirmation.li1")%> <a target="_blank" rel='noopener noreferrer' href='https://coverme.inquisiqlms.com/'><%= EnrollRegistry[:enroll_app].setting(:short_name).item %> training</a> provided by <%=EnrollRegistry[:enroll_app].setting(:short_name).item %> <%= l10n("broker_agencies.broker_roles.confirmation.li1.assistance")%></li>
<li><%= l10n("broker_agencies.broker_roles.confirmation.li2")%></li>
</ul>
<p><%= l10n("broker_agencies.broker_roles.confirmation.description2") %></p>
<p><%= l10n("broker_agencies.broker_roles.confirmation.description3") %></p>
<p><%= l10n("broker_agencies.broker_roles.confirmation.description4") %></p>
<% else %>
<div id="broker_confimation_panel">
<div class="container">
<h2>We Received Your Broker Application</h2>
<p>Now that you’ve registered, we will review your application and confirm that you have:</p>
<ul>
<li>Completed the <a target="_blank" rel='noopener noreferrer' href='https://coverme.inquisiqlms.com/'><%= EnrollRegistry[:enroll_app].setting(:short_name).item %> training</a> provided by <%=EnrollRegistry[:enroll_app].setting(:short_name).item %> Consumer Assistance Center</li>
<li>Have an active producer license with health authority with the Maine Bureau of Insurance</li>
</ul>
<p>If you have met all of the requirements, you’ll get an email from <%= EnrollRegistry[:enroll_app].setting(:short_name).item %> in the next 7-10 business days with a link to set up your <%= EnrollRegistry[:enroll_app].setting(:short_name).item %> password.</p>
<p>Registration and certification with <%= EnrollRegistry[:enroll_app].setting(:short_name).item %> does not guarantee appointments with carriers. You still need to work with carriers to secure appointments.</p>
<p>If you have any questions call <%= EnrollRegistry[:enroll_app].setting(:short_name).item %> at <%= EnrollRegistry[:enroll_app].setting(:contact_center_short_number).item %> TTY: <%=EnrollRegistry[:enroll_app].settings(:contact_center_tty_number).item%></p>
</div>
</div>
</div>
<% end %>
9 changes: 9 additions & 0 deletions db/seedfiles/translations/en/me/broker_agencies.rb
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,15 @@
"en.broker_agencies.broker_staff_role_error" => "Broker Staff Role was not added because",
"en.broker_agencies.profiles.broker_agency_message" => "Broker Agency Message",
"en.broker_agencies.profiles.send_secure_message" => "Send Secure Message to %{site_short_name}",
"en.broker_agencies.broker_roles.confirmation.heading" => "We Received Your Broker Application",
"en.broker_agencies.broker_roles.confirmation.description1" => "Now that you’ve registered, we will review your application and confirm that you have:",
"en.broker_agencies.broker_roles.confirmation.li1" => "Completed the",
"en.broker_agencies.broker_roles.confirmation.li1.training" => "training",
"en.broker_agencies.broker_roles.confirmation.li1.assistance" => "Consumer Assistance Center",
"en.broker_agencies.broker_roles.confirmation.li2" => "Have an active producer license with health authority with the Maine Bureau of Insurance",
"en.broker_agencies.broker_roles.confirmation.description2" => "If you have met all of the requirements, you’ll get an email from CoverME.gov in the next 7-10 business days with a link to set up your CoverME.gov password.",
"en.broker_agencies.broker_roles.confirmation.description3" => "Registration and certification with CoverME.gov does not guarantee appointments with carriers. You still need to work with carriers to secure appointments.",
"en.broker_agencies.broker_roles.confirmation.description4" => "If you have any questions call CoverME.gov at (866) 636-0355 TTY: 711",
"en.assign" => "Assign",
"en.broker_agency_staff" => "Broker Staff",
"en.broker_agency_staff_registration" => "Broker Staff Registration",
Expand Down

0 comments on commit f9c24cc

Please sign in to comment.