{% extends "layout.html" %} {% block content %}
{{ _("You can share the project identifier and the private code by any communication means.") }}
{{ _('Identifier:') }} {{ g.project.id }}
{{ _("You can directly share the following link via your prefered medium") }} {{ url_for(".authenticate", _external=True, token=g.project.generate_token()) }}
{{ _("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.") }}
{% include "display_errors.html" %} {% endblock %}