{% extends "base.html" %} {% block title %}仪表盘{% endblock %} {% block page_title %}仪表盘{% endblock %} {% block page_desc %}账号概览与最近动态{% endblock %} {% block content %}
| {{ '✓' if r.success else '✗' }} |
{{ r.method }} {{ r.endpoint }} / {{ r.action }}
{{ r.created_at|fmt_date }} · {{ r.duration_ms|fmt_dur }} · {{ r.account_name or '—' }}
{% if r.error %}{{ r.error }} {% endif %}
|