{% extends "base.html" %} {% load static %} {% load gravatar %} {% load socialaccount %} {% providers_media_js %} {% load custom_tags %} {% block title %} Bug on {{ object.domain_title }} - {{ object.description }} {% endblock title %} {% block og_title %} Bug on {{ object.domain_title }} {% endblock og_title %} {% block og_image %} {% if object.screenshot %} {{ object.screenshot.url }} {% else %} {{ screenshots.0.image.url }} {% endif %} {% endblock og_image %} {% block og_description %} {{ object.description }} {% endblock og_description %} {% block description %} {{ object.description }} {% endblock description %} {% block style %} {% endblock style %} {% block content %}
Domain: {{ object.url }}
{% include "_flags.html" %} {% if request.user.is_authenticated %} Bookmark {% endif %} Tweet Share

Reported on {{ object.domain_name }}

Total # of issues reported = {{ issue_count }}

{% if not object.user %}

Anonymously reported

{% else %}

Reported by {{ object.user.username|default_if_none:"Anonymous" }}

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

Total Points of {{ object.user.username }} = {{ users_score }}

{% endif %}
{% if browser_family %} {% with "img/browser-logos/"|add:browser_family|add:"/"|add:browser_family|add:"_64x64.png"|lower as image_static %} browser {% endwith %} {% endif %}

Browser Version: {{ browser_version }}

Operating System: {{ os_family }}

OS Version: {{ os_version }}

Bug Type: {{ object.get_label_display }}
Status: {{ object.status }} {% if request.user.is_authenticated %} Click to {% if object.status == "open" %} Close {% else %} Open {% endif %} {% endif %}
Added on: {{ object.created }}
{% if object.domain.github %} {% if object.github_url %} View on Github {% else %} {% if request.user.is_superuser or request.user == object.user %} {% if object.screenshot %} {% else %} {% if screenshots %} {% endif %} {% endif %} {% endif %} {% endif %} {% endif %} {% if request.user.is_superuser or request.user == object.user %} Edit Issue Delete Issue {% if object.user %}
{% csrf_token %}
{% endif %} {% endif %}

Description

Screenshots:


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

OCR Results:

{{ object.get_ocr }}
{% endif %}

Comments:

{% if all_comment %}
{% include "comments.html" %}
{% else %}

No comment added yet. Be the first to comment!

{% endif %} {% if user.is_authenticated %}
{% csrf_token %}
{% endif %}
{% endblock content %}