<%= _("An invitation will be sent to this reference when you submit your application. If you would " \
"like to get a headstart, please feel free to click "Send Email Invitation" below.") %>
<%= submit_tag(_("Send Email Invitation")) %>
<%= _("Invitation last sent:") %> <% unless reference.email_sent_at.nil? -%><%= reference.email_sent_at.strftime("%Y-%m-%d @ %I:%M%p") %><% end -%>