{% extends "layout.html" %} {% block sidebar %}
  1. Create the project
  2. Invite people
  3. Use it!
{% endblock %} {% block content %}

Invite people to join this project

Specify a (coma 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 skip this step and notify them yourself

{% include "display_errors.html" %}
{{ forms.invites(form) }}
{% endblock %}