{% extends "base.html" %} {% load i18n plmapp_tags %} {% block content %} {% if is_owner %}

{% trans "Invite a new user to the group:" %}

{% trans "The user will receive an e-mail and could accept your invitation." %}

{% with add_user_form as form %} {% include "snippets/undo_form.html" %} {% endwith %} {% else %}

{% trans "You can not invite a user to this group." %}

{% endif %} {% endblock %}