{% extends "base_settings_page.html" %} {% block content %} {% for c in clients %} {% endfor %}
ID Name Description Redirect URI Default Granted to all users
{{ c.id.0 }} {{ c.name }} {{ c.description }} {{ c.redirect_uri }} {% if c.default %}YES{% else %}NO{% endif %} {% if c.granted_to_all_users %}YES{% else %}NO{% endif %}
{% endblock content %}