% @title = "Statistics" %>
Statistics
Chart of requests (excluding backpaged)
">
State of requests (includes backpaged)
<% for state, count in @request_by_state %>
<%=state %> | <%= count %> |
<% end %>
Chart of users
">
Tracks by type
<% for state, count in @tracks_by_type %>
<%=state %> | <%= count %> |
<% end %>