{% import 'input/form.html' as form with context %} {% import 'input/field.html' as field with context %} {% import 'input/textbox.html' as textbox with context %}
{% trans %}in this panel, you can manage people who can access this album, and send invitations{% endtrans %}

{% trans %}people who can access this album{% endtrans %}

{% trans %}invite people{% endtrans %}

{% call form.form(id="invitation_form") %} {{ textbox.head(event_service, event_node, 'event') }} {{ field.meta('event_id', event_id) }} {{ field.textarea("jids", _("enter here a list of jid (one per line) to invite") ) }} {{ field.textarea("emails", _("enter here a list of emails addresses (one per line) to invite") ) }} {{ field.submit(_("Invite people"), id="invitation_submit") }} {% endcall %}