{% extends "base.html" %}
{% block title %}
{# L10n: {0} is the name of the collection. #}
{{ page_title(_('Edit {0}')|f(collection.name)) }}
{% endblock %}
{% set owner = (collection.owned_by(amo_user) or is_admin) %}
{% block content %}
{% include 'bandwagon/includes/collection_sidebar.html' %}