{% 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 }}

    {% elseif resource != 'others' %}

    {{ resource }}

    {% endif %}
  • {% endfor %} {% if section != '_others' %}
    {% endif %} {% endfor %} {% endblock content %}