{% extends "layout.html" %} {% block body %} {% block header %} {% endblock %}

{{title}}

Calibre-Web Automated - Server Stats

Total Books
{{acw_stats["total_books"]}}
Books Enforced
{{acw_stats["acw_enforcement"]}}
Books Converted
{{acw_stats["acw_conversions"]}}
Books Fixed
{{acw_stats["epub_fixes"]}}

Calibre-Web Automated Conversion History

{{_('Click to See More')}}

{% for header in headers_conversion %} {% endfor %} {% for row in data_conversions|reverse %} {% for cell in row %} {% endfor %} {% endfor %}
{{ header }}
{{ cell }}

Calibre-Web Automated Import History

{{_('Click to See More')}}

{% for header in headers_import %} {% endfor %} {% for row in data_imports|reverse %} {% for cell in row %} {% endfor %} {% endfor %}
{{ header }}
{{ cell }}

Calibre-Web Automated EPUB Fixer History

{{_('Click to See More')}}

{% for header in headers_epub_fixer %} {% endfor %} {% for row in data_epub_fixer|reverse %} {% for cell in row %} {% endfor %} {% endfor %}
{{ header }}
{{ cell }}

EPUB Fixer History with Paths & Fixes

{{_('Click to See More')}}

{% for header in headers_epub_fixer_with_fixes %} {% endfor %} {% for row in data_epub_fixer_with_fixes|reverse %} {% for cell in row %} {% endfor %} {% endfor %}
{{ header }}
{{ cell | replace("\n", "
") | safe }}

Calibre-Web Automated Enforcement History

{{_('Click to See More')}}

{% for header in headers_enforcement %} {% endfor %} {% for row in data_enforcement|reverse %} {% for cell in row %} {% endfor %} {% endfor %}
{{ header }}
{{ cell }}

Enforcement History with Paths

{{_('Click to See More')}}

{% for header in headers_enforcement_with_paths %} {% endfor %} {% for row in data_enforcement_with_paths|reverse %} {% for cell in row %} {% endfor %} {% endfor %}
{{ header }}
{{ cell }}
{% endblock %}