{% extends "layout.html" %} {% block title_name %} - {{ _('login')|uc_first }}{% endblock %} {% block breadcrumb %} {{ [[_('overview'), 'index'], _('login')]|crumb }} {% endblock %} {% block content %} {{ form|display_form('login-form')|safe }} {% if config['DEMO_MODE'] %}

User: Demolina, Pass: Demolina

{% elif session['settings']['mail'] %}

{{ _('Forgot your password?') }}

{% endif %} {% endblock %}