Event ID: {{ object.id }}
Total Points = {{ users_score }}
{% if object.user.username %}
{{ object.user.username }}
{% else %}
Anonymous
{% endif %}
Total Points = {{ users_score }}
{% comment %} TODO(b): other logics to disable bitcoin donation button {% endcomment %}
{% if not object.user.username %}
{% else %}
{% endif %}
Bug Type: {{ object.get_label_display }}
Status: {{ object.status }}
Added on: {{ object.created }}
{% if object.cve_id %}
CVE ID: {{ object.cve_id }}
{% endif %}
{% if object.cve_score %}
CVE Score: {{ object.cve_score }}
{% endif %}
Submitted:
{% if object.hunt %}
{{ object.hunt.name }}
{% else %}
Independently
{% endif %}
Issues Reported: {{ issue_count }}
{% if browser_family %}
{% with "img/browser-logos/"|add:browser_family|add:"/"|add:browser_family|add:"_64x64.png"|lower as image_static %}
{% endwith %}
{% endif %}
Browser Version: {{ browser_version }}
Operating System: {{ os_family }}
OS Version:
{% if os_version %}
{{ os_version }}
{% else %}
Unknown
{% endif %}
{% if object.markdown_description %}
Issue Description
{{ object.markdown_description }}
{% endif %}
{% include "comments2.html" %}