{% extends "layout.html" %} {% if rendered %}{% set title = "Suggest changes - Preview" %} {% else %}{% set title = "Suggest changes" %}{% endif %} {% block body %} {% if rendered %}

Preview

{{ rendered }}
{% if warnings %}

Warnings

You must fix these warnings before you can submit your patch.

{% endif %} {% endif %}

Suggest changes for this page

{% if not rendered %}

Here you can edit the source of “{{ doctitle|striptags }}” and submit the results as a patch to the {{ project }} documentation team. {# XXX Python specific #} If you want to know more about reST, the markup language used, read Documenting Python.

{% endif %}
{# XXX: shortcuts to make the edit area larger/smaller #} {% if form_error %}
{{ form_error|e }}
{% endif %}
Name:
E-mail Address:
Summary of the change:
{% endblock %}