{% extends "crashstats_base.html" %} {% block page_title %} Crash Reports in {{ signature }} {% endblock %} {% block content %}

Crash Reports for {{ signature }}

Results within {{ current_day }} days of {{ end_date }}{% if selected_products %}, and the product is {{ product }} {% if product_versions %} and the version is one of {{ product_versions|join(', ') }}{% endif %}{% endif %} and the crashing process was of any type (including unofficial release channels).

{% block report %} {% endblock %}
{% endblock %}