{% extends "layout.html" %} {% block content %}

{{ title }}

{% include "components/progress_box.html" with book_idx=book_idx, title=title, download_total=download_total, download_done=download_done, audio_total=audio_total, audio_done=audio_done %}

Live Log

{% include "components/log_view.html" %}
{% endblock %}