<% if zone == "anemos" %>
  <img src="/wind.png" width="35" alt=<%= alt %> title=<%= title %> />
<% elsif zone == "pagos" %>
  <img src="/ice.png" width="35" alt=<%= alt %> title=<%= title %> />
<% elsif zone == "pyros" %>
  <img src="/fire.png" width="35" alt=<%= alt %> title=<%= title %> />
<% elsif zone == "hydatos" %>
  <img src="/water.png" width="35" alt=<%= alt %> title=<%= title %> />
<% end %>