{% extends "rest_framework_docs/docs.html" %} {% block apps_menu %} {% regroup endpoints by labels as endpoints_grouped %} {% if endpoints_grouped|length > 1 %}
{{ endpoint.docstring|linebreaksbr }}
{% endif %} {% if endpoint.errors %}Fields:
{% include 'rest_framework_docs/fields.html' with item=endpoint only %} {% elif not endpoint.errors %}No fields.
{% endif %}