{% extends "base.html" %} {% block content %}
Client ID: {{ app.client_id }}
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 %}
{% if app.is_test_app %}
Test App: Expires {{ app.test_app_expires_at.strftime('%Y-%m-%d %H:%M') }}
{% endif %}
{{ uri }}