{% extends "webui/collections/base.html" %} {% load webui_tags %} {% block title %}Changelog | {{ collection.title }}{% endblock %} {% block breadcrumbs %}{{ block.super }} {% breadcrumbs collection "changelog" %} {% endblock breadcrumbs %} {% block content %}

{{ collection.id }} {% if collection.title %}— {{ collection.title }}{% endif %}

changelog

{{ collection.changelog }}
{% endblock content %}