{% include 'sharrock/style.html' %} {% for app,versions in resources.items %}

{{ app }}

{% for version,services in versions.items %}

Version {{ version }}

{% for resource in services %}
{% include 'sharrock/resource_body.html' %}
{% empty %}

Sorry there are no resources for this version of the API.

{% endfor %} {% empty %}

Sorry there are no specified resources for this API version.

{% endfor %} {% endfor %}