{% extends "base.html" %} {% block title %}Апи паспорта{% endblock %} {% block content %}

Гранты, необходимые для использования методов АПИ паспорта (посмотреть подробнее на вики)

{% for url, method_grants in api %} {% for http_methods, all_grants in method_grants.items %} {% endfor %} {% endfor %}
{{ url }}
{{ http_methods }}
    {% for grant in all_grants.grants %}
  • {{ grant }}
  • {% endfor %} {% if all_grants.conditional_grants %} {% for grant, condition in all_grants.conditional_grants.items %}
  • {{ grant }}, {{ condition }}
  • {% endfor %} {% endif %}
{% endblock %}