{% extends "base.html" %} {% block content %} {% let card = card.as_ref() %} {% let puzzle = puzzle.as_ref() %}
{% if stats.reviews_due_today > 0 %} You are done with reviews for now, the next review is due in {{ util::maybe_review_timestamp_to_human(stats.next_review_due) }}. {% else %} You are done with today's reviews! {% endif %}
Perhaps it's time to try some new puzzles? Or return to the home page?