{% extends "crashstats_base.html" %} {% block page_title %}Search - Mozilla Crash Reports{% endblock %} {% block content %}

Search

Search for crash reports, agregated by signature, that match all of the following rules:

Search results

Run a search to get some results.

{% endblock %} {% block site_css %} {{ super() }} {% compress css %} {% endcompress %} {% endblock %} {% block site_js %} {{ super() }} {% compress js %} {% endcompress %} {% endblock %}