{% extends 'layouts/layout_base.html' %} {% load extratags %} {% block title %}{{ entry.pk }} - {{ entry.shortSignature|escape }}{% endblock title %} {% block body_content %}
Crash
{% if entry.testcase %} {% endif %}
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 }}


{% if entry.rawStdout %}
stdout
{{ entry.rawStdout }}

{% endif %} {% if entry.rawStderr %}
stderr
{{ entry.rawStderr }}

{% endif %} {% if entry.rawCrashData %}
Additional Crash Data
{{ entry.rawCrashData }}

{% endif %} {% if entry.testcase %}
Testcase {% if entry.testcase.isBinary %}
{% else %}
{{ entry.testcase.content.decode }}
{% endif %} Download

{% endif %} {% if entry.argsList %}
Command-Line Arguments
{% for arg in entry.argsList %} {{ arg }} {% endfor %}

{% endif %} {% if entry.envList %}
Environment {% for arg in entry.envList %} {% endfor %}
{{ arg }}

{% endif %} {% if entry.metadataList %}
Metadata {% for arg in entry.metadataList %} {% endfor %}
{{ arg }}
{% endif %}
{% endblock body_content %} {% block css.custom %} {% endblock css.custom %}