<%= _('Organizations') %>
<%= form_tag( { :action => 'index' }, :method => 'get', :id => 'manage-profiles' ) do %>
<%= text_field_tag 'q', @q, :title => _('Find organizations'), :style=>"width:85%" %>
<%= submit_button(:search, _('Search')) %>
<%= render :partial => 'results' %>
<% button_bar do %>
<%= button :back, _('Back'), :controller => 'admin_panel' %>
<% end %>
<% end %>
<%= javascript_include_tag 'manage-organizations' %>