{% extends 'layout.html' %} {% block style_ext %} .caps form { margin-bottom: 0; } .caps .cap { margin: .1em .2em; padding: 5px; } .caps .cap_controls { clear: both; margin: .5em 0 0 0; padding: 9px; } .caps .cap_controls form { margin-right: .5em; } {% endblock %} {% block title %}Authorized Clients{% endblock %} {% block content_generic %}
Client | Access |
---|---|
Name: {{ client.name }} Key: {{ client.key }} Status: {{ info.status }} Access tokens (active / expired): {{ info.tokens_active.count }} / {{ info.tokens_expired.count }} {% if client.description %}Descripton: {{ client.description }} {% endif %} |
{% for cap in info.scope_active %}
|