{% extends "devhub/addons/submit/base.html" %} {% block title %}{{ dev_page_title(_('Step 4'), addon) }}{% endblock %} {% block primary %}

{{ _('Step 4. Add Images') }}

{% trans %} Custom icons and screenshots draw attention and help users understand what it does. We strongly recommend uploading a custom icon, as in some areas of the website, only the icon and name will appear. {% endtrans %}

{% set context = 'submit' %} {% include "devhub/addons/forms_shared/media.html" %}
{% endblock primary %}