{% extends 'core/base.html' %} {% load i18n %} {% block content %}
{% trans "Collections are currently available on desktop only." %}
← {% trans "back" %}

{{ heading }}

{% csrf_token %} {% if form.non_field_errors %}
{{ form.non_field_errors }}
{% endif %}
{{ form.title }}{{ form.title.errors }}
{{ form.description }}{{ form.description.errors }}
{{ form.visibility }}{{ form.visibility.errors }}
{% trans "Adding one of your team tags turns this into a team collection." %}
{{ form.tags }}
{{ form.tags.errors }}
{% trans "Cancel" %}
{% endblock %}