<% render("views.navigation") %>
<% for i, item in ipairs(airtimes) do %>
<% if string.len(item.img_url) == 0 then %> <% item.img_url = "blanco.png" %> <% end %> " rel="ia_lightbox"> ">
"><%= item.artist %> - "><%= item.track %>

<% if item.release then %>" style="color: #ffffff; text-decoration: none;"><%= item.release %><% end %> <% if item.label then %>| <%= item.label %><% end %> <% if item.year then %>| <%= item.year %><% end %> <% if item.country then %>| <%= item.country %><% end %> <% if item.info_url then %><% if item.info_url:match("[^.]+$") == "jpg" then %>| <%= item.info_url %> <% else %>| <%= item.info_url %><% end %> <% end %>


<% end %>