Visa Management
<% if (data && data.hero && data.hero.summaryList) { %> <% data.hero.summaryList.forEach(function(country) { %> <% }); %> <% } %>
ID Flag Country Name Services Actions
#<%= String(country.id).padStart(3, "0" ) %>
<%= country.name %>
<%= country.name %>
<% country.services.forEach(function(service) { %> <%= service %> <% }); %>