<%= for {name, post_count, comment_count} <- statistics do %> <%= name %>: <%= post_count %> Posts; <%= comment_count %> Comments <% end %>