<%= _('Here you can enable or disable several features of your environment. Each feature represents some funcionality that your environment can use if you enable it.
Check all the features you want to enable for your environment, uncheck all the ones you don\'t want, and use the "Save changes" button to confirm your changes.').html_safe %>
<%= labelled_form_for(:environment, :url => {:action => 'update'}) do |f| %>
<%= _('Feature') %>
<%= _('Enabled?') %>
<%= hidden_field_tag('environment[enabled_features][]', '') %>
<% @features.each do |feature, text| %>