{% extends 'layouts/layout_base.html' %} {% load extratags %} {% block title %}{{ entry.pk }} - {{ entry.shortSignature|escape }}{% endblock title %} {% block body_content %}
Status |
{% if entry.bucket %}
Assigned to bucket {{ entry.bucket.pk }}.
{% if entry.bucket.bug %}
Reported as bug {{ entry.bucket.bug.externalId }}.
{% else %}
Unreported.
{% endif %}
{% else %}
Not assigned to any bucket.
{% endif %}
{% if entry.bucket %}
{% if not entry.bucket.bug %}
{% else %} {% endif %} {% else %} {% endif %} |
Created | {{ entry.created|date:"r" }} |
Client | {{ entry.client.name|escape }} |
Short Signature | {{ entry.shortSignature|escape }} |
Product | {{ entry.product.name }} |
Version | {{ entry.product.version }} |
Platform | {{ entry.platform.name }} |
OS | {{ entry.os.name }} |
Testcase Quality | {{ entry.testcase.quality }} |
Reported by Tool | {{ entry.tool.name }} |
{{ entry.rawStdout }}
{{ entry.rawStderr }}
{{ entry.rawCrashData }}
{{ entry.testcase.content.decode }}
{% endif %}
Download
{{ arg }}
{% endfor %}
{{ arg }} |
{{ arg }} |