{% load gravatar %} {% load custom_tags %} {% load static %}

Event ID #{{ object.id }}

User Profile Logo
{% if object.user.username %} @{{ object.user.username }} {% else %} Anonymous {% endif %}
{% if object.user %}Total Points: {{ users_score|default:0 }}{% endif %}
{% include "./crypto_donation.html" with included_in_issue_page=True %}
Domain Logo
{{ object.domain.name }}
{{ issue_count }} Issues Reported
{% if browser_family %} {% with "img/browser-logos/"|add:browser_family|add:"/"|add:browser_family|add:"_64x64.png"|lower as image_static %} Browser Logo {% endwith %} {% endif %}
{{ browser_family }} {{ browser_version }}
{{ os_family }}
Added On {{ object.created }}
Bug Type {{ object.get_label_display }}
{% if object.cve_score %}
CVE Score {{ object.cve_score }}
{% endif %} {% if object.cve_id %}
CVE ID {{ object.cve_id }}
{% endif %} {% if object.hunt %}
Submitted {{ object.hunt.name }}
{% else %}
Submitted Independently
{% endif %}
OS Version {% if os_version %} {{ os_version }} {% else %} Unknown {% endif %}
{% if object.domain.github %}
Github URL
{{ object.domain.github }}
Github Issues URL
{{ github_issues_url }}
{% endif %} {% if email_clicks %}
Email Clicks {{ email_clicks }}
{% endif %} {% if email_events %}
Email Events {{ email_events }}
{% endif %}