% if environment.enabled?('display_wizard_signup') && !logged_in? %> <%= lightbox_button(:new, _('Signup'), { :controller => 'account', :action => 'wizard' }, :class => 'wizard', :id => 'signup-wizard') %> <% end %> <% if @has_news %>
<%= highlighted.first_paragraph %>
<%= __('Activate your enterprise') %>
<%= labelled_form_field(__('Enterprise activation code') + ':', text_field_tag('enterprise_code')) %> <%= submit_button(:ok, _('Activate')) %> <% end %>