+
+ {% if IS_DEMO_SITE %}
+ Welcome to the Firefly III demonstration website!
+ {% else %}
+ {{ 'sign_in_to_start'|_ }}
+ {% endif %}
+
+ {% if IS_DEMO_SITE %}
+
+ To log in, please use email address {{ DEMO_USERNAME }} with password {{ DEMO_PASSWORD }}
+
+ {% endif %}
+
+ {% if env('LOGIN_PROVIDER', 'eloquent') == 'eloquent' %}
+
+
+ {% else %}
+
+
+ {% endif %}
+
+
+
+
+
+
+
+