{% extends "discovery/addons/base.html" %} {% block title %} {# L10n: {0} is the name of the add-on #} {{ page_title(_('End-User License Agreement for {0}')|fe(addon.name)) }} {% endblock %} {% block bodyclass %}{{ super() }} eula{% endblock %} {% block main %}

{{ _('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 %}

{{ addon.eula|nl2br }}

{% endblock %}