{% extends "layout.html" %} {% block content %}
{{ _("Specify a (comma separated) list of email adresses you want to notify about the creation of this budget management project and we will send them an email for you.") }}
{{ _("If you prefer, you can share the project identifier and the shared password by other communication means. Or even directly share the following link:") }} {{ url_for(".authenticate", _external=True, token=g.project.generate_token()) }}
{% include "display_errors.html" %} {% endblock %}