{% extends "blocklist/base.html" %} {% block title %}{{ page_title(_('Blocked Add-ons')) }}{% endblock %} {% set details = item.details %} {% block content %} {{ breadcrumbs([(url('blocked.list'), _('Blocklist')), (None, details.name)]) }}
{# L10n: {0} is an add-on name. #}

{{ _('{0} has been blocked for your protection.')|fe(details.name) }}

{{ _('Why was it blocked?') }}
{{ details.why|clean|nl2br }}
{{ _('Who is affected?') }}
{{ details.who|clean|nl2br }}
{{ _('What does this mean?') }}
{% if item.severity and item.severity == 1 %}

{% trans %} Users are strongly encouraged to disable the problematic add-on or plugin, but may choose to continue using it if they accept the risks described. {% endtrans %}

{% else %}

{% trans %} The problematic add-on or plugin will be automatically disabled and no longer usable. {% endtrans %}

{% endif %} {% trans app = APP.pretty, criteria = "http://wiki.mozilla.org/Blocklisting", support = "http://support.mozilla.com/kb/Add-ons Blocklist" %} When Mozilla becomes aware of add-ons, plugins, or other third-party software that seriously compromises {{ app }} security, stability, or performance and meets certain criteria, the software may be blocked from general use. For more information, please read this support article. {% endtrans %}
{% if details.bug %} {% else %} {% endif %} {% endblock %}