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

{% trans "Share %(lib_name)s" %}

{% 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 %}