{% extends "base.html" %} {% load static %} {% load gravatar %} {% load custom_tags %} {% block head %} {% endblock head %} {% block content %} {% include "includes/sidenav.html" %}

Published on {{ object.created }}

Reported on {{ object.url }}

{{ object.description }}

{% if object.user.username %} {% if object.user.userprofile.user_avatar %} User Profile Logo {% else %} User Profile Logo {% endif %} {% else %} User Profile Logo {% endif %}
{% if object.user.username %} Reported By {{ object.user.username }} {% else %} Reported By Anonymous {% endif %}

Report viewed by {{ object.views }} users

{% include "includes/_likes2.html" %} {% include "includes/_dislike2.html" %} {% include "includes/_flags2.html" %} {% include "includes/_bookmark2.html" %} Share

Screenshots:


{% if object.screenshot %} screenshot {% else %}
{% for screenshot in screenshots %} {% endfor %}
{% endif %}

Description:

Bug Type:

{{ object.get_label_display }}

Status:

{% if request.user == object.user or request.is_staff or request.is_superuser %} Click to {% if object.status == "open" %} Close {% else %} Open {% endif %} {% endif %} {{ object.status }}

Reported On:

{{ object.created }}
{% if object.cve_id is not None %}

CVE ID:

{{ object.cve_id }}
{% endif %} {% if object.cve_score is not None %}

CVE Score:

{{ object.cve_score }}
{% endif %}

Submitted:

{% if object.hunt is None %} Independently {% else %} {{ object.hunt.name }} {% endif %}
{% if request.user.is_superuser or request.user == object.user %}

Report Anonymously:

{% if object.user %}
{% csrf_token %}
{% endif %}

Delete Issue:

Edit Issue:

Yes
{% endif %}
{% 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 %}

Domain Logo
Reported on {{ object.domain.name }}

Total {{ issue_count }} bugs reported

{% if object.user.username %} {% if object.user.userprofile.user_avatar %} User Profile Logo {% else %} User Profile Logo {% endif %} {% else %} User Profile Logo {% endif %}
{% if object.user.username %} Reported By {{ object.user.username }} {% else %} Reported By Anonymous {% endif %}

Total points {{ users_score }}

QR Code

{% include "comments2.html" %}
{% endblock content %}