{% extends "base.html" %} {% block titleTag -%} {{ _("Login") }} - KindleEar {% endblock -%} {% block header_loginfo -%} {% endblock %} {% block menubar -%} {% endblock -%} {% block content -%}
{% if tips -%}
{{tips|safe}}
{% endif -%} {% if demoMode -%}
{{_("You are in DEMO mode. Logging out will delete all data.")}}
{% endif %}
{{_("Login")}}
{% if not g.allowSignup -%}

{{_("The website does not allow registration. You can ask the owner for an account.")}}

{% endif %}
{% endblock -%}