{% extends 'layouts/layout_base.html' %} {% load extratags %} {% block title %}{{ entry.pk }} - {{ entry.shortSignature|escape }} - Edit{% endblock title %} {% block body_content %}
Edit Crash
{% if error_message %}

{{ error_message }}

{% endif %}
Status: {% if entry.bucket %} Assigned to bucket {{ entry.bucket.pk }}. {% if entry.bucket.bug %} Reported as bug {{ entry.bucket.bug.externalId }}. {% else %} Unreported, file a bug. {% endif %} {% else %} Not assigned to any bucket. Create new {% endif %}
{% csrf_token %}
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 }}
Reported by Tool{{ entry.tool.name }}







{% if entry.testcase.isBinary %} {% else %} {% endif %}







{% endblock body_content %}