{% extends "default.html" %} {% block title %} API App Administration {% endblock %} {% block content %}
{% for app in apps %}
{% if app.client_id %} {% endif %}
{% if not app.client_id %} Approve Reject {% else %} Revoke {% endif %}
{% endfor %}
{% endblock %}