{% load static %} {% load i18n %} {% load mastodon %} {% get_current_language as LANGUAGE_CODE %} {{ site_name }} - {% trans "Collection" %} - {{ title }} - {% trans "Edit" %} {% include "common_libs.html" %} {% include "_header.html" %}

{% if collection %} {% trans "Edit" %} {{ collection.title }} {% else %} {% trans "Create a new collection" %} {% endif %}


{% trans "Title and Description" %}
{% csrf_token %} {{ form }}
{{ form.media }}
{% if collection %}
{% trans "Items" %}
{% csrf_token %}
{% csrf_token %}
{% endif %}
{% include "_sidebar.html" with show_profile=1 fold_profile=1 identity=collection.owner|default:request.user.identity %}
{% include "_footer.html" %}