{% extends "impala/base_shared.html" %} {% set title = _('Add-on Compatibility Reports') %} {% block title %}{{ page_title(title) }}{% endblock %} {% block bodyclass %}compat{% endblock %} {% block content %}
{% trans url_ = url('addons.detail', '15003') %}

Reports submitted to us through the Add-on Compatibility Reporter are collected here for developers to view. These reports help us determine which add-ons will need help supporting an upcoming Firefox version.

{% endtrans %} {% if addons %}

{{ _('Reports for your Add-ons') }}

{% endif %}
{{ impala_breadcrumbs([(None, _('Add-on Compatibility Center'))]) }}

{{ title }}

{{ _("Enter the GUID of an add-on below to view any reports we've received.") }}

{% endblock %}