{% 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.')) }} {{ policy_form.has_eula }} {{ policy_form.has_eula.label_tag() }}
{{ policy_form.eula.errors }} {{ policy_form.eula }} {{ some_html_tip() }}
{{ 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.")) }} {{ policy_form.has_priv }} {{ policy_form.has_priv.label_tag() }}
{{ policy_form.privacy_policy.errors }} {{ policy_form.privacy_policy }} {{ some_html_tip() }}