{% extends "NelmioApiDocBundle::layout.html.twig" %} {% block content %} {% for section, sections in resources %} {% if section != 'others' %}

{{ section }}

{% endif %} {% for resource, methods in sections %}
  • {% if section == 'others' and resource == 'others' %}

    {{ resource }}

    {% endif %} {% if resource != 'others' %}

    {{ resource }}

    {% endif %}
  • {% endfor %} {% endfor %} {% endblock content %}