{% extends "base.html" %} {% block bodytag -%} {% endblock -%} {% block content -%}
{% if user and user.expires -%}
{{_("Your account will pause after")}} {{ user.expires.strftime("%Y-%m-%d") }} {{_(", Please login before expire.")}} {{_("Delete Account")}}
{% endif -%}
{% if tips -%}
{{tips}}
{% endif -%}

{{_("Base Setting")}}

{{_("Mon")}}   {{_("Tue")}}   {{_("Wed")}}   {{_("Thu")}}   {{_("Fri")}}   {{_("Sat")}}   {{_("Sun")}}  
{{_("Merge books into one")}}
{{_("Enable deliver")}}
{#

{{_("Deliver now")}} {{_("Note: task deliver will be executed after some minutes.")}}

#}

{{_("Custom Rss Setting")}}

{{_("Keep images")}}
{{_("Enable deliver custom rss")}}
{{_("This switch only effective when 'Enable deliver' is enabled.")}}

{{_("Sendgrid Mail Setting")}}

{{_("Use Sendgrid")}}

{{_("Important: Please activate your kindle firstly, and goto")}}“{{_("Personal Document Settings")}}”{{_("Page and add")}} {{ mail_sender }} {{_("to 'Approved Personal Document E-mail List'.")}}

{% endblock -%} {% block js -%} {% endblock -%}