{% from 'includes/forms.html' import required, optional %} {% from 'developers/includes/macros.html' import some_html_tip %} {% if addon.has_profile() %}
{{ _("Your developer profile will tell users about you, why you made this app, and what's next for the app. This profile can be useful for any developer interested in connecting with users.") }}
{% trans %} Whether it was an idea while in line at the grocery store or the solution to one of life's great problems, share your story. {% endtrans %}
{{ profile_form.the_reason.errors }} {{ profile_form.the_reason }} {{ some_html_tip() }}{% trans %} Telling your users what's coming soon will give them something to look forward to. {% endtrans %}
{{ profile_form.the_future.errors }} {{ profile_form.the_future }} {{ some_html_tip() }}