{% load i18n avatar_tags group_avatar_tags %}

{% trans "Share Library"%}

{% trans 'Share to' %}

{% if cloud_mode %} {% if org %}

{% trans 'Tip: must be organization members or organization groups, enter "all" to share to public library.' %}

{% endif %} {% else %}

{% trans 'Tip: enter "all" to share to public library.' %}

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