<div class={@type}>
  <%%= text_to_html @message %>
</div>

<%%= if assigns[:next_step_link_href] do %>
  <%%= link @next_step_link_text, to: @next_step_link_href, class: "button" %>
<%% else %>
  <%%= link Haytni.Gettext.dgettext("haytni", "Back"), to: assigns[:back_link] || "/", class: "button" %>
<%% end %>
