{% extends "base.html" %} {% block title %}Timeline - History{% endblock %} {% block content %}
Riwayat antrian prediksi dan akurasi
| Date | {{ item_label }} | Entries | Total Profit | Total Fees | Actions |
|---|---|---|---|---|---|
| {{ q.prediction_date }} | {{ q.asset_id }} | {{ q.entries }} | {% if q.total_profit %}Rp {{ q.total_profit|idr }}{% else %}-{% endif %} | {% if q.total_fees %}Rp {{ q.total_fees|idr }}{% else %}-{% endif %} | View JSON |