<% if !chapters.empty? %>

Chapters

<% chapters.each do | chapter | %> <%- start_in_seconds = chapter.start_ms.milliseconds.total_seconds.to_i %>
<%- if !env.get("preferences").as(Preferences).thin_mode -%> " alt="" /> <%- else -%>
<%- end -%>
<%- if start_in_seconds > 0 -%>

<%-= recode_length_seconds(start_in_seconds) -%>

<%- else -%>

0:00

<%- end -%>

<%-=chapter.title-%>

<% end %>

<% end %>