{% extends "base.html" %} {% block title %}EPUB Admin{% endblock %} {% block head %} {% endblock %} {% block content %}
| Model | Dimensions | Embedded | Missing | Total chunks |
|---|---|---|---|---|
| {{ item.model_name }} | {{ item.dimension }} | {{ item.embedded_chunks }} | {{ item.missing_chunks }} | {{ item.total_chunks }} |
| Candidates | Judged | Unjudged | Protected | Books indexed | Books generated | Books fully judged |
|---|---|---|---|---|---|---|
| {{ phrase_stats.candidate_phrases }} | {{ phrase_stats.judged_candidates }} | {{ phrase_stats.unjudged_candidates }} | {{ phrase_stats.protected_phrases }} | {{ phrase_stats.total_books }} | {{ phrase_stats.books_with_candidates }} | {{ phrase_stats.books_fully_judged }} |