<%# (C) COPYRIGHT HELP/SYSTEMS, L.L.C. 2009 %> <% details_only ||= false %> <% summary_only ||= false %>

<%= section_title %>

<% unless summary_only %> <%= edit_or_view_button() unless details_only %> <% end %>
<% unless details_only %>
<%= yield %>
<% end %>
"> <%= yield if details_only %>