<%= _('Enterprise activation - part 3 of 3') %>
<%= error_messages_for :user %>
<%= _('Now for you manage your enterprise you have to associate an individual account to the enterprise.') %>
<%= _('Do you have a personal user account in the system?') %>
<%= button_to_function 'login', _('Yes'), "$('enterprise-activation-create-user-form').hide(); $('enterprise-activation-login-form').show()" %>
<%= button_to_function 'add', _('No'), "$('enterprise-activation-login-form').hide(); $('enterprise-activation-create-user-form').show()" %>