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