<%= _('Validators for region %s') % @region.name %>

<%= _('Current validators') %>

<%= _('Add new validators') %>

<%= help _('First search organizations by their name, then use the buttons in the search result to add them as validators for this region. ') %>

<% form_tag({}, { :method => 'get' }) do %> <%= text_field_tag :search, nil, :id => 'search_validator' %> <%= submit_tag _('Search') %> <% end %> <%= observe_field 'search_validator', :url => { :action => 'search', :id => @region.id }, :with => 'search', :frequency => 1, :update => 'search_results' %>
<%= render :partial => 'search' %>