• <%= partial "components/checkbox", :locals => {:comp => line.checkbox, :class_name => 'v-checkbox--select-control', :dirtyable => false} if line.checkbox %> <%= expand_text(line.text&.text) %> <% if line.subtitle %> <%= expand_text(line.subtitle.text) %> <% end %> <% if line.body %> <%= expand_text(line.body.text) %> <% end %>
  • <% if line.total_lines > 0 %> <% end %>