{% 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 %}