<%= __('This enterprise can\'t be activated by the system') %>

<%= __('Unfortunately this enterprise can\'t be activated via the system.') %>

<% if @enterprise.blocked? %> <%= _('There was a failed atempt of activation and the automated activation was disabled for your security.') %> <% else %> <%= __('We don\'t have enough information about your enterprise to identify you.') %> <% end %>

<% if @environment.activation_blocked_text.blank? %> <%= __('Your enterprise has been blocked') %> <% else %> <%= @environment.activation_blocked_text %> <% end %>