<% render("views.navigation") %>
<%= release.name %>
Total airtimes: <%= release.total_airtimes %>
Last airtime: <%= release.last_airtime %>
<% for i, track in ipairs(release.tracks) do %>

<% if string.len(track.img_url) == 0 then %> <% track.img_url = "blanco.png" %> <% end %> " rel="ia_lightbox"> ">
"><%= track.artist_name %> - "><%= track.track_name %> <% if track.info_url then %><% if track.info_url:match("[^.]+$") == "jpg" then %>| <%= track.info_url %> <% else %>| <%= track.info_url %><% end %> <% end %>
Track airtimes: <%= track.track_airtimes %>
Last aired: <%= track.last_airtime %>

<% end %>