{% extends "layout.html" %} {% block sidebar %} {% if not suite %} {% include "cupboard/sidebar.html" %} {% else %} {% include [suite + "/sidebar.html", "generic/sidebar.html"] %} {% endif %} {% endblock %} {% block page_title %}Changes ready to publish{% if suite %} - {{ suite }}{% endif %}{% endblock %} {% block body %}