<% if @rtype == '{{{type}}}' %> taginfo [More...]

Statistics about the relation type will appear here.

<% elsif @dbrtype.nil? %> taginfo [More...]

This relation type does not appear in the OSM database.

<% else %> taginfo [More...]

There are
<%= @dbrtype['count'].to_i.to_s_with_ts %> relations
of type '<%= escape_html(@rtype) %>' with
<%= @dbrtype['members_all'].to_i.to_s_with_ts %> members.

<% unless @roles.empty? %>

Prevalent roles:
<%= @roles.join(', ') %>

<% end end %>