<%= __('Enterprise validations') %>
<% button_bar do %>
<%= button(:edit, _('Edit validation info'), { :action => 'edit_validation_info' }) %>
<%= button(:back, _('Go Back'), { :controller => 'profile_editor' }) %>
<% end %>
<%= __("Pending enterprise validations") %>
<% for pending in @pending_validations %>
<%= pending.name %>
-
<%= _('Address') %>:
<%= pending.address %>
-
<%= _('Contact Phone') %>:
<%= pending.contact_phone %>
-
<%= _('Contact Person') %>:
<%= pending.contact_person %>
<%= link_to _("See details/approve/reject"), :action => 'details', :id => pending.code %>
<% end %>
<%= __('Processed enterprise validations') %>
<%= link_to __("See the list of processed enterprise validations"), :action => 'list_processed' %>