TIME
{{ duration | time }}
MEM
{{ "%.1f"|format(memory) if memory else "N/A" }} MB
STATUS
{{ status_code }}
USER
{% if profile.user and profile.user.is_authenticated %} {{
profile.user.email[:10] + '...' if profile.user.email and
profile.user.email|length > 10 else profile.user.email or 'AUTH' }} {%
else %} ANON {% endif %}
ROUTE
{{ route }}