<%= it.repo.name %>
<% if (it.repo.description) { %><%= it.repo.description %>
<% } %><%= prettyNumber(it.repo.open_issues_count) %>
<%= (it.repo.open_issues_count) != 1 ? 'Issues' : 'Issue' %>
<%= prettyNumber(it.repo.stars_count) %>
<%= (it.repo.stars_count) != 1 ? 'Stars' : 'Star' %>
<%= prettyNumber(it.repo.forks_count) %>
<%= (it.repo.forks_count) != 1 ? 'Forks' : 'Fork' %>