{% extends "base.html" %} {% block titleTag -%} {{ _("Settings") }} - KindleEar {% endblock -%} {% block bodytag -%} {% endblock -%} {% block content -%} {% set now = g.now() %}
{% if user.expires -%}
{{_("Your account will pause after {0}, please log in again before it expires.").format(user.expires.strftime("%Y-%m-%d")) }}
{% endif -%}
{% if tips -%}
{{tips}}
{% endif -%}
{{_("Base")}}
{% if g.allowReader -%}
{% endif -%}
{{_("Mon")}}   {{_("Tue")}}   {{_("Wed")}}   {{_("Thu")}}   {{_("Fri")}}   {{_("Sat")}}   {{_("Sun")}}  
{#
#}
{{_("Custom RSS")}}
{% set sm_srv = user.send_mail_service -%} {% set sm_srv_type = sm_srv.get('service', 'gae') -%} {% if session.get('role') == 'admin' or sm_srv_type != 'admin' -%}
{{_("Send Mail Service")}}
{% endif -%} {% if user.cfg('sender') -%}

{% autoescape off -%} {{_("Important: Please activate your kindle firstly, then goto %(personal)s Page and add %(sender)s to 'Approved Personal Document E-mail List'.", personal='' + _("Personal Document Settings") + '', sender='' + user.cfg('sender') + '')|safe}} {% endautoescape -%}

{% else -%}

{% autoescape off -%} {{_("You have not yet set up your email address. Please go to the %(admin)s page to add your email address firstly.", admin='' + _("Account") + '')|safe}} {% endautoescape -%}

{% endif %}

    

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