{% extends "base.html" %} {% load static %} {% block js %} {% endblock %} {% block content %} {% if card %}

{{ card.card.deck.name }}

{% if card.card.front.content %} {{ card.card.front.content }} {% endif %} {% if card.card.front.image %} [image cards are broken right now] {% endif %}
flip

{% else %}

no due cards and none in your unlearned pool. Your next card is due at {{ first_due.due|date:"D, F j G:i:s" }}. Go read something and come back then.

{% endif %}

{{ total_due }}

{% for test in recent_tests %} {% if test.correct %} {% else %} {% endif %} {% endfor %}
{% endblock %}