% render("views.navigation") %>
<% 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 %>