{% extends "base.html" %} {% block content %}

Trace #{{ trace.id }}

{{ trace.action }} / {{ trace.status }}

Back to traces
Date{{ trace.scheduled_date }}
Source{{ trace.source_name or "-" }}
Clone{{ trace.clone_workout_name or "-" }}
Hash{{ trace.source_hash or "-" }}

Message

{{ trace.message }}

{% for key, value in json.items() %}

{{ key.replace("_json", "").title() }} JSON

Download
{{ value }}
{% endfor %} {% endblock %}