{% extends "base.html" %} {% load custom_tags %} {% block metaTags %} {% block title %} BLT Issue - {{ object.description|escapejs }} {% endblock title %} {% if object.user.username %} {% else %} {% endif %} {% for screenshot in screenshots %} {% endfor %} {% endblock metaTags %} {% load static %} {% load gravatar %} {% load custom_tags %} {% block content %} {% include "includes/sidenav.html" %} {% comment %} TODO(b): removed anonymous reporting TODO(b): FIX LIKE AND OTHERS delete these files after final is ready {% include "includes/_likes2.html" %} {% include "includes/_dislike2.html" %} {% include "includes/_flags2.html" %} {% include "includes/_bookmark2.html" %} {% endcomment %}

{{ object.description |escapejs }}

{{ object.url }}


{% include "includes/_like_dislike_share.html" %}

Screenshots:

    {% if object.screenshot %}
  • issue screenshot
  • {% else %} {% comment %}
    {% endcomment %} {% for screenshot in screenshots %}
  • issue screenshot
  • {% endfor %} {% comment %}
    {% endcomment %} {% endif %}

Event ID: {{ object.id }}

User Profile Logo
{% if object.user.username %} {{ object.user.username }} {% else %} Anonymous {% endif %}
Total Points = {{ users_score }}
User Profile Logo
{% 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 %}
Domain Logo
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 %}
Browser Image
{% 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" %}
{% endblock content %}