{% extends "base_settings_page.html" %} {% block content %} {% for c in clients %} {% endfor %}
ID Name Description Redirect URI
{{ c.id.0 }} {{ c.name }} {{ c.description }} {{ c.redirect_uri }}
{% endblock content %}