{% extends "lifeflow/editor/base.html" %} {% block body %}

Rough

{% with rough as object_list %} {% endwith %}

Edited

{% with edited as object_list %} {% endwith %}

Published

{% with published as object_list %} {% endwith %}
{% endblock %}