{% extends 'layouts/layout_base.html' %} {% load extratags %} {% block title %}{{ bucket.pk }} - {{ bucket.shortDescription|escape }} - Optimize{% endblock title %} {% block body_content %}
Optimize Signature
{% if diff %} {% for prefix, what in diff %} {% if forloop.counter == 1 %} {% endif %} {% endfor %}
Diff CrashInfo
{{ prefix }}
{{ what }}
{{ matchingEntries.0.crashinfo }}
{% include "signatures/include/crashentry_list.html" with entries=matchingEntries %} {% else %} No optimizations found. {% endif %}
{% endblock body_content %}