{{ csrf() }}
{{ form.slug.errors }} {{ form.slug.label }} {% set username = collection.author_username if collection else amo_user.username %} {% set slug_base = url('collections.user', username)|absolutify %} {{ slug_base }}{{ form.slug }} {{ slug_base }}{% if collection and collection.slug %}{{ collection.slug }}{% endif %} {{ _('Edit') }}
{{ form.description.errors }} {{ form.description.label }} {{ form.description }}
{{ _('PNG and JPG supported. Image will be resized to 32x32.') }}