{% block request_forms %}
{% if 'GET' in allowed_methods %}
{% endif %}
{% if options_form %}
{% endif %}
{% if delete_form %}
{% endif %}
{% if filter_form %}
{% endif %}
{% endblock request_forms %}
{% endif %}
{% if extra_actions %}
{{ name }}
{% block description %}
{{ description }}
{% endblock %}
{% if paginator %}
{% endif %}
{{ request.method }} {{ request.get_full_path }}
{{ content|urlize }}
{% 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 %}
{% endblock content %}
{% endif %}
{% if put_form %}
{% endif %}
{% with form=raw_data_put_or_patch_form %}
{% endwith %}