{% from "devhub/includes/macros.html" import tip, some_html_tip %}
{{ tip(_('EULA'),
_('Users will be required to accept the following End-User License Agreement (EULA) prior to installing your add-on. The presence of a EULA significantly affects the number of downloads an add-on receives. Please note that a EULA is not the same as a code license, such as the GPL or MPL.')) }}
{{ tip(_('Privacy Policy'),
_("If your add-on transmits any data from the user's computer, a privacy policy is required that explains what data is sent and how it is used.")) }}