<% if @alreadythere.length == 0 then %>All configuration parameters reset to their default values. See "sugoi-admin show-config" for more details.<% else %>The following configuration parameters already exist and were not overwriten: <% @alreadythere.sort.each do |param| %> <%= param %> <% end %> <% end -%>