{% extends "layout.html" %} {% block content %}
{{ form|display_form('login-form')|safe }} {% if config.DEMO_MODE %}

User: Demolina, Pass: Demolina

{% elif g.settings.mail %}

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

{% endif %}

{{ (' ' + _('troubleshooting')|uc_first)| link("/static/manual/troubleshooting/login.html", class_=config.CSS.button.primary, external=True)|safe }}

{% endblock %} {% block script %} {% if config.DEMO_MODE %} {% endif %}
{% endblock %}