{% load i18n avatar_tags %}
{% csrf_token %}

{% trans "Add members"%}


{% if cloud_mode and not org %}

{% trans "Tip: an invitation will be sent if the email is not registered."%}

{% else %}

{% trans "Tip: the emails should be already registered."%}

{% endif %}
    {% for contact in contacts %}
  • {% endfor %}