{% load humanize %}
{% env 'PROJECT_NAME' %} {{ month }} Summary
The leaderboard has been reset, go forth and find bugs!
{{ month }}'s Top 5 Bug Hunters:
{% for leader in leaderboard %}
-
{{ forloop.counter|ordinal }} Place - {{ leader.username }} ({{ leader.total_score }} points)
{% endfor %}
Sponsor the Leaderboard
(Click "Sponsor a Prize" on the leaderboard)
--- {{ month }} Stats ---
Most Responsive Domains:
{% for domain in responsive %}- {{ domain.url }} - {{ domain.modified|timesince }} ago
{% endfor %}
Most Closed Bugs:
{% for domain in closed_issues %}- {{ domain.url }} - {{ domain.count }} closed bugs
{% endfor %}
Most Open Bugs:
{% for domain in open_issues %}- {{ domain.url }} - {{ domain.count }} opened bugs
{% endfor %}
Most Viewed Bugs:
{% for issue in most_viewed %}
-
{{ issue.domain }} - {{ issue.description|truncatewords:20 }} (viewed {{ issue.views|default:"0" }} times)
{% endfor %}
Keep your website bug free:
Sponsor a Bug Hunt Today
|