diff --git a/calibre-web-automator/admin_cwa.html b/calibre-web-automator/admin_cwa.html new file mode 100644 index 0000000..ec88f18 --- /dev/null +++ b/calibre-web-automator/admin_cwa.html @@ -0,0 +1,307 @@ +{% extends "layout.html" %} +{% macro display_bool_setting(setting_value) -%} + {% if setting_value %}{% else %}{% endif %} +{%- endmacro %} +{% block body %} +
{{_('Username')}} | +{{_('Email')}} | +{{_('Send to eReader Email')}} | +{{_('Downloads')}} | +{{_('Admin')}} | + + {% if config.config_uploading %} + + {% endif %} + + + + + +
---|---|---|---|---|
{{user.name}} | +{{user.email}} | +{{user.kindle_mail}} | +{{user.downloads.count()}} | +{{ display_bool_setting(user.role_admin()) }} | + + {% if config.config_uploading %} + + {% endif %} + + + + + +
Distribution | +{{_('Version')}} | +{{_('Details')}} | +
---|---|---|
Stock Calibre-Web | +{{commit}} | +{{_('Current Version')}} | +
Calibre-Web Automated | +{{cwa_version}} | +{{_('Current Version')}} | +