- if !list.extracted.nil? %p Files extracted: #{list.extracted ? "yes" : "no"} - if list.files %table.table.table-striped.table-hover.table-condensed.files-table %thead %tr %th Name %th.small Type %tbody - list.files.each do |file| %tr %td= file.name %td= file.type