{{section.title}}
{% for group in section.groups %}
{{group.count}} {{group.etype}}: {{group.evalue}}
{% if group.bug %}
Bug:
{{group.bug}}
{% endif %}
{{group.formatted_http_method_count}}
Robots: {{group.bot_count}}
Local: {{group.local_referrer_count}}
{% for data in group.top_urls %}
- {{data.count}} {{data.escaped_url}}
({{data.pageid}})
-
{% for oops in data.errors|slice:":5" %}
{{oops}}
{% endfor %}
{% endfor %}
{% if group.url_count > 5 %}
- [{{group.url_count|sub:"5"}} more]
{% endif %}
{% endfor %}