<% render("views.navigation") %>
<%= artist.name %>
Total airtimes: <%= artist.total_airtimes %>
Last airtime: <%= artist.last_airtime %>
<% for i, track in ipairs(artist.tracks) do %>
<% if string.len(track.img_url) == 0 then %> <% track.img_url = "blanco.png" %> <% end %> " rel="ia_lightbox"> ">
"><%= 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 %>
Track releases:
<% if track.releases then %> <% for i, item in ipairs(track.releases) do %> " style="color: #ffffff; text-decoration: none;"><%= item.release_name %>
<% if item.label then %>| <%= item.label %><% end %> <% if item.year then %>| <%= item.year %><% end %> <% if item.country then %>| <%= item.country %><% end %> <% end %> <% end %>
<% end %>