{% extends "layout.html" %} {% block body %} {{ _("Manage your shared expenses, easily") }} {% if is_demo_project_activated %} {{ _("Try out the demo") }} {% endif %} {% if g.lang == 'fr' %} ou Voir la BD explicative {% endif %} {{ _("You're sharing a house?") }} {{ _("Going on holidays with friends?") }} {{ _("Simply sharing money with others?") }} {{ _("We can help!") }} {{ _("Log in to an existing project") }} {{ forms.authenticate(auth_form, home=True) }} {{ _("Log in") }} {{ _("can't remember your password?") }} {{ _("Create a new project") }} {% if is_public_project_creation_allowed %} {{ forms.create_project(project_form, home=True) }} {{ _("Create") }} {% else %} {{ _("Create a new project") }} {% endif %} {% endblock %} {% block js %} $('#creation-form #password').tooltip({ title: "{{ _("Don\\'t reuse a personal password. Choose a private code and send it to your friends") }}", trigger: 'focus', placement: 'right' }); {% endblock %}