{% from 'devhub/includes/macros.html' import some_html_tip %}
{{ form.free }}
{% if webapp %} {{ loc("Pitch your premium app, describing the added benefits and functionality over the free version. This will appear on the free app's details page.") }} {% else %} {% trans %} Pitch your premium add-on, describing the added benefits and functionality over the free version. This will appear on the free add-on's details page. {% endtrans %} {% endif %}
{{ form.text.errors }} {{ form.text }} {{ some_html_tip() }}