<% @flash.each do |key, value| %>
<%= value %>
<% end %>
<% if @elt.parent and @elt.parent.subject != '' %>
<%= link_to(textilize_without_paragraph(@elt.parent.subject),
:id => @elt.parent) %>
<% end %>
<%= render :partial => 'elt', :layout => 'top',
:locals => { :elt => @elt, :eltTop => true } %>