+
+
+ {% if display_edit_forms %}
+ {% if post_form or raw_data_post_form %}
+
+
+ {{ name }}
+
+ {% block description %}
+ {{ description }}
+ {% endblock %}
+
+
+ {% if paginator %}
+
+ {% endif %}
+
+
+
+
+ {{ request.method }} {{ request.get_full_path }}+
+
+
{% endautoescape %}
+ {{ content|urlize_quoted_links }}
+ {% if post_form %}
+
+ {% endif %}
+
+ {% if put_form or raw_data_put_form or raw_data_patch_form %}
+
+ {% endif %}
+
+
+ {% if post_form %}
+
+
+ {% with form=post_form %}
+
+ {% endwith %}
+
+ {% endif %}
+
+
+ {% with form=raw_data_post_form %}
+
+ {% endwith %}
+
+
+ {% if put_form %}
+
+ {% endif %}
+ {% endif %}
+
+ {% endif %}
+
+
+ {% if put_form %}
+
+
+
+
+ {% endif %}
+
+
+ {% with form=raw_data_put_or_patch_form %}
+
+ {% endwith %}
+
+