<% if profile.enterprise? && environment.enabled?('disable_cms') && !@article.name.blank? %>
<%= _('Title') %>: <%= @article.name %>
<% else %>
<%= required labelled_form_field(_('Title'), text_field(:article, 'name', :size => '64')) %>
<% end %>
<%= labelled_form_field(_('Text'), text_area(:article, 'body', :cols => 40, :style => 'width:100%')) %>