<% unless folder.body.blank? %>
<%= folder.body %>

<% end %> <% if folder.children.empty? %> <%= _('(empty folder)') %> <% else %> <%= list_contents(:contents=>folder.children) %> <% end %>