{% extends "_donut.html" %} {% block pageHead %} {{ super() }} {% endblock %} {% block header %} {{ super() }} {% endblock %} {% block main %}

{{title}}

Revisions

{% if content %} {% for c in content %} {% if c.value %} {% if c.approval != 0 %} {% if c.publishable %} {% else %} {% endif %} {% else %} {% endif %} {% endif %} {% endfor %}
revision date {{config.base}} Actions
{{c.revision}} {{c.created}} {{c.identifier}} {{config.actions.edit|capitalize}}{{workflow[c.approval].name}}IncompleteApproved
{% endif %} {% endblock %} {% block footer %} {{ super() }} {% endblock %}