{#if stats.revlog.length}
{tr2.cardStatsReviewLogDate()}
{tr2.cardStatsReviewLogType()}
{tr2.cardStatsReviewLogRating()}
{tr2.cardStatsInterval()}
{tr2.cardStatsEase()}
{tr2.cardStatsReviewLogTimeTaken()}
{#each revlogRows as row, _index}
{row.date}
@ {row.time}
{row.reviewKind}
{row.rating}
{row.interval}
{row.ease}
{row.takenSecs}
{/each}
{/if}