{{ _("You're sharing a house?") }} {{ _("Going on holidays with friends?") }} {{ _("Simply sharing money with others?") }} {{ _("We can help!") }}
{% endblock %}
{% block body %}
{% endblock %}
{% block js %}
$('#creation-form #password').tooltip({
title: '{{ _("This access code will be sent to your friends. It is stored as-is by the server, so don\\'t reuse a personal password!") }}',
trigger: 'focus',
placement: 'right'
});
{% endblock %}