%= f.text_field(:acronym) %> <%= f.text_field(:foundation_year) %> <%= f.text_field(:contact_person) %> <%= f.text_field(:contact_email) %> <%= f.text_field(:legal_form) %> <%= f.text_field(:economic_activity) %> <%= f.text_area(:management_information, :rows => 5) %> <%= f.text_area(:description, :rows => 5) if @profile.kind_of?(Community) %>
<%= check_box 'profile_data', 'closed' %> <%= _("Closed %s") % @profile.class.name.humanize.downcase %>