{% set remove_url = addon.get_dev_url('profile.remove') %} {% if addon.has_full_profile() and addon.takes_contributions %}

{% trans url=addon.meet_the_dev_url() %} Your developer profile is currently public and required for contributions. {% endtrans %}

{{ csrf() }}
{% elif addon.has_profile() %}

{% trans url=addon.meet_the_dev_url() %} Your developer profile is currently public. {% endtrans %}

{{ csrf() }}
{% endif %}
{{ csrf() }} {% include "devhub/includes/addons_create_profile.html" %}

{{ _('or') }} {{ _('Cancel') }}