{{ csrf() }}

{{ _('Collection Description') }}

{{ field(form.name, _('Name:'), class='long') }} {% if form.slug %}

{{ form.errors['slug']|safe }} {% set username = collection.author_username if collection else amo_user.username %} {% set slug_base = url('collections.user', username)|absolutify %} {{ slug_base }}{{ form.slug|safe }} {{ slug_base }}{% if collection and collection.slug %}{{ collection.slug }}{% endif %} {{ _('Edit') }}

{% endif %}

{{ form.description|safe }}

{{ form.icon|safe }}
{{ form.listed|safe }}
{% if collection %}
{{ _('Collection Icon') }} {% if collection.icontype %} {{ _('Reset') }} {% endif %}
{% endif %} {{ form.errors['icon']|safe }} {{ form.icon|safe }}

{{ _('PNG and JPG supported. Image will be resized to 32x32.') }}