{% extends "./v1/layout/guest" %} {% block content %} {% if IS_DEMO_SITE %}

Welcome to the Firefly III demonstration website!

To log in, please use email address {{ DEMO_USERNAME }} with password {{ DEMO_PASSWORD }}

{% endif %} {# SUCCESS MESSAGE (ALWAYS SINGULAR) #} {% if Session.has('success') %} {% endif %} {% if errors.has('email') %}
{% endif %} {% if session('logoutMessage') %}
{% endif %}

{{ 'sign_in_to_start'|_ }}

{% if config('firefly.login_provider') == 'eloquent' %} {% else %} {% endif %}
{% if allowRegistration %} {{ 'register_new_account'|_ }}
{% endif %} {% if allowReset %} {{ 'forgot_my_password'|_ }} {% endif %}
{% endblock %}