{% from 'developers/apps/listing/macros.html' import dev_heading %} {% from 'addons/macros.html' import price %} {% for addon in addons %}
{{ dev_heading(addon, amo) }} {% if addon.is_incomplete() %}

{{ _('This app will be deleted automatically after a few days if the submission process is not completed.') }}

{% else %} {% endif %}
{% if webapp %} {% include "developers/apps/listing/item_actions_app.html" %} {% else %} {% include "developers/apps/listing/item_actions.html" %} {% endif %}
{% endfor %}