% if true %>
Name | Population | Markieren |
<%= feature.name %> | <%= feature.pop_est %> | In Karte markieren |
Name | <% for feature in features do -%><%= feature.name %> | <% end %>
Population | <% for feature in features do -%><%= feature.pop_est %> | <% end %>
Markieren | <% for feature in features do -%>In Karte markieren | <% end %>