<div class="row">
<div class="col-md-12">
<h1><%= _('Create account') %></h1>
<% unless session["devise.shibboleth_data"].nil? %>
<p class="alert alert-notice">
<%= (_("%{application_name} doesn't recognise your institutional credentials - either you haven't created an account with us or you haven't linked these details to your existing account.<br/>* If you <strong>do not have</strong> an account with %{application_name}, please complete the form below.<br/>* If you <strong>have</strong> an account with %{application_name}, please <button type=\"button\" class=\"btn btn-link\" data-toggle=\"modal\" data-target=\"#header-signin\">Sign in</button> so we can link your account to your institutional credentials.<br/>Once you have created and/or linked your account, you'll be able to sign in with your institutional credentials directly.") % { :application_name => Rails.configuration.branding[:application][:name] }).html_safe %>
</p>
<% cookies[:show_shib_link] = { value: 'show_shib_link', expires: 3.hours.from_now } %>
<% end %>
</div>
</div>
<div class="row">
<div class="col-md-12">
<!-- call the register form block-->
<%= render :partial => 'shared/register_form', locals: {extended: true} %>
</div>
</div>