{{title}}

{% if description %}

{{description}}

{% endif %}
Tests {% if dashboard %} Dashboard {% endif %} Run last test {% if admin %} Databases {% endif %}

{{ip}} - {{mode}} mode

{{conda_env}} - {{alphaz_version}}

Routes

{% for category in routes.categories %}

{{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 %}
{{parameter.name}}{% if parameter.default %}={{parameter.default}}{% endif %}  {{parameter.type}} {% if (routes.routes[path].arguments.cache) and (parameter.cacheable) %} {% endif %}
{% if parameter.options %} {% endif %}
{% endfor %}
{% endfor %}
{% endfor %}

Tests

{% for category in tests.categories %}

{{category}}

{% for group in tests.categories[category].groups %}

{{group}}

{% for test in tests.categories[category].groups[group].tests %}
{{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}}
{% endfor %} {% endfor %}
{% endfor %}

{{compagny}}

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