{% extends "layout.html" %} {% block content %}
{{ _('Share an invitation link') }} |
{{ _("The easiest way to invite people is to give them the following invitation link. They will be able to access the project, manage participants, add/edit/delete bills. However, they will not have access to important settings such as changing the private code or deleting the whole project.") }} {{ url_for(".join_project", _external=True, project_id=g.project.id, token=g.project.generate_token()) }} |
{{ _('Scan QR code') }} |
{{ qrcode | safe }} |
{{ _('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 with the invitation link.") }} {% include "display_errors.html" %} |
{{ _('Share Identifier & code') }} |
{{ _("You can share the project identifier and the private code by any communication means.
{{ _('Identifier:') }} {{ g.project.id }}
|