<%= _("Classify Members Plugin's config") %>
<%= form_for(:settings) do |f| %>
<%= labelled_form_field _('Communities to classify people:'), f.text_area(:communities) %>
<%=
_('List of community identifiers and the applicable person label, line by line.')
%>
<% button_bar do %>
<%= submit_button(:save, _('Save'), :cancel => {:controller => 'plugins', :action => 'index'}) %>
<% end %>
<% end %>