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