<%= _('Enterprise validations') %>
<% button_bar do %>
<%= button(:edit, _('Edit validation info'), { :action => 'edit_validation_info' }, :help => _('Validation info is the information the enterprises will see about how your organization processes the enterprises validations it receives: validation methodology, restrictions to the types of enterprises the organization validates etc.')) %>
<%= button(:back, _('Go Back'), { :controller => 'profile_editor' }, :help => _('Go back to the control panel.')) %>
<% 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' %>