<% @log.form.sections.each do |section| %> <% next if section.subsections.none? { |subsection| subsection.displayed_in_tasklist?(@log) } %>
  1. <%= section.label %>

    <% if section.description %>

    <%= section.description.html_safe %>

    <% end %>
  2. <% end %>