{% 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 %} {% block og_title %}Bug on {{ object.domain_title }}{% endblock %} {% block og_image %} {% if object.screenshot %} {{ object.screenshot.url }} {% else %} {{ screenshots.0.image.url }} {% endif %} {% endblock %} {% block og_description %}{{ object.description }}{% endblock %} {% block description %}{{ object.description }}{% endblock %} {% block style %} {% endblock %} {% block content %}
Domain: {{ object.url }}
{% if request.user.is_authenticated %} {% include '_flags.html' %} Bookmark {% endif %} Tweet Share

Reported on {{ object.domain_name }}

Total # of issues reported = {{ issue_count }}

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

{% 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 %} {% 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 %} Edit Issue Delete Issue {% endif %}

Screenshot:


{% if object.screenshot %} {% else %} {% for screenshot in screenshots %} {% 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 %}