{% extends 'core/page.html' %} {% load i18n %} {% load core_tags %} {% block page %} {% if object %}

{% trans 'Update membership' %}

{% bootstrap_form submit=_('Update membership') %} {% else %}

{% trans 'Invite member to project' %}

{% blocktrans trimmed %} You can invite a new member to this project and assign one of the following roles: Guest (who can only read), Author (who can answer questions), Manager (who can additionally create snapshots, export the project, import values, and update the project settings) or Owner (like you). {% endblocktrans %}

{% trans 'Users can be invited by their username (if they already have an account here), or by their e-mail address.' %}

{% trans 'Users will receive an e-mail with a link to join the project with the assigned role.' %}

{% bootstrap_form submit=_('Invite member') %} {% endif %} {% endblock %}