{% extends "impala/base_side_categories.html" %}
{% from "addons/macros.html" import addon_heading %}
{% block title %}
{# L10n: {0} is the name of the add-on. #}
{{ page_title(_('End-User License Agreement for {0}')|f(addon.name)) }}
{% endblock %}
{% set addon_type = addon.type %}
{% set detail_url = addon.get_url_path() %}
{% block primary %}
{# L10n: EULA stand for End User License Agreement #}
{{ impala_breadcrumbs([(addon.type_url(), amo.ADDON_TYPES[addon.type]),
(detail_url, addon.name),
(None, _('EULA'))]) }}
{{ addon_heading(addon, version) }}
{{ _('End-User License Agreement') }}
{% trans addon_name = addon.name %}
{{ addon_name }} requires that you accept the following
End-User License Agreement before installation can proceed:
{% endtrans %}