<% @log.form.sections.each do |section| %> <% next unless section.displayed_in_tasklist?(@log) %>
  1. <%= section.label %>

    <% if section.description %>

    <%= section.description.html_safe %>

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