{% extends "layout.html" %} {% block sidebar %}{% include "cupboard/sidebar.html" %}{% endblock %} {% block page_title %}Review{% endblock %} {% block body %}

Review

All done!

{% if publishable_only %}

Review unpublishable

{% endif %}
{% endblock %}