<% body = parameters.default
body = h(this.to_s) if body.blank?
name ||= body.gsub(/<.*?>/, '').strip
-%>
<%= body %>
<%= will_paginate this, attributes.symbolize_keys.reverse_merge(:inner_window => 2, :previous_label => translate("hobo.actions.previous", :default=>"« Prev"), :next_label =>translate("hobo.actions.next", :default=>"Next »")) %>