{% from "devhub/includes/macros.html" import tip %} {% if version %} {{ tip(_('License'), _('Please choose a license appropriate for the rights you grant on your source code. ' 'It is only relevant for listed add-ons.')) }} {{ license_form.builtin.errors }} {{ license_form.builtin }}
{{ license_form.non_field_errors() }} {{ license_form.name.errors }} {{ license_form.name.label_tag() }} {{ license_form.name }} {{ license_form.text.errors }} {{ license_form.text.label_tag() }} {{ license_form.text }}
{% endif %}