{% extends "base_as_index.html" %} {% load static %} {% load i18n %} {% load pretty_json %} {% load static %} {% block leftbar %}
{% endblock %} {% block content %}
{% for key in keys_list %}
{% for schema_key, schema_val in key.get_schemas.items %}
{% trans 'Select all' %}
{% for path in schema_val.list_path %}
{% for method in path.methods %} {% endfor %} {{ path.url }}
{% if path.schema %} {% for method_key, method_val in path.schema.items %} {% endfor %} {% else %} {% endif %}
{% endfor %}
{% endfor %}
{% endfor %}
{% include '_confirmation.html' %} {% endblock %}