{% load i18n cosinnus_tags %} {% comment %} Uncomment this to enable the markdown editor for the personal message. {% include 'cosinnus/common/simplemde_dependencies.html' with element_id='recruit-user-message' %} {% endcomment %} {% captureas label %}

{% blocktrans with group_name=object.name %}Enter the email addresses of people you wish to invite to join the platform.{% endblocktrans %}

{% blocktrans with group_name=object.name %}We will send them an email asking them to sign up and join {{ group_name }}.{% endblocktrans %}

{% endcaptureas %} {% captureas title %}{% trans "Invite new Members" %}{% endcaptureas %} {% captureas submit_button_label %}{% trans "Invite" %}{% endcaptureas %} {% captureas action %}{% group_url 'cosinnus:group-user-recruit' group=object %}{% endcaptureas %} {% include "cosinnus/modal_box.html" with id="modal-recruit-users" label=label title=title form_action=action title_icon="fa-user-plus" %}