{{title}}
{% if description %}{{description}}
{% endif %}{{ip}} - {{mode}} mode
{{conda_env}} - {{alphaz_version}}
Routes
{% for category in routes.categories %}
{% endfor %}
{{category}}
{% for path in routes.categories_routes[category] %}
{% if routes.routes[path].arguments.description %}
{{routes.routes[path].arguments.description}}
{% endif %}
{{path.split(':')[1]}}
{% if routes.routes[path].arguments.admin %}
{% endif %}
{% if routes.routes[path].arguments.logged %}
{% endif %}
{% if routes.routes[path].arguments.cache %}
{% if routes.routes[path].arguments.timeout %}
{{routes.routes[path].arguments.timeout}}s
{% endif %}
{% endif %}
{% for method in routes.routes[path].arguments.methods %} {{method}} {% endfor %}



{% for parameter in routes.routes[path].arguments.parameters %}
{% endfor %}
{% endfor %}
{{parameter.name}}{% if parameter.default %}={{parameter.default}}{% endif %}
{{parameter.type}}
{% if (routes.routes[path].arguments.cache) and (parameter.cacheable) %}
{% endif %}
{% if parameter.options %}
{% endif %}

Tests
{% for category in tests.categories %}
{% endfor %}

{{category}}
{% for group in tests.categories[category].groups %}
{% for test in tests.categories[category].groups[group].tests %}
{% endfor %}
{% endfor %}
{{group}}
{{test}}
{% if tests.categories[category].groups[group].tests[test].elapsed %}
{{tests.categories[category].groups[group].tests[test].elapsed}}s
{% endif %}
{% if tests.categories[category].groups[group].tests[test].start_time %}
{{tests.categories[category].groups[group].tests[test].last_run_elapsed}}
{% endif %}
{{tests.categories[category].groups[group].tests[test].description}}
{{tests.categories[category].groups[group].tests[test].description}}