{% extends "base.html" %} {% block content %}
Client ID: {{ app.client_id }}
{# Do NOT display client secret here #}
Registered: {{ app.date_registered.strftime('%Y-%m-%d %H:%M') if app.date_registered else 'N/A' }}
{% if app.last_updated %}
Updated: {{ app.last_updated.strftime('%Y-%m-%d %H:%M') }}
{% endif %}
{{ uri }}