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