Card {{ index + 1 }} of {{ total }}
{{ status }}
Front
{{ card.front }}
{% if not card.is_cloze and card.back %}Back
{{ card.back }}
{% endif %} {% if card.tags %}Tags: {{ card.tags | join(", ") }}
{% endif %}{% extends "base.html" %}
{% block content %}
Front {{ card.front }} Back {{ card.back }} Tags: {{ card.tags | join(", ") }}
Card {{ index + 1 }} of {{ total }}
{{ status }}