<%= _('Enter the basic information about the software.
You can add the details after you create it.') %>
<% if environment.enabled?('admin_must_approve_new_communities') %>
<%= _("Note that the creation of communities in this environment is restricted. Your request to create this new community will be sent to %{environment} administrators and will be approved or rejected according to their methods and criteria.") % { :environment => environment.name }%>
<%end %>
<% unless @errors.blank? %>
<%= _("Can`t create new software: #{@errors.length} errors") %>