{% if settings.GROUPS_ENABLED %}
{{ settings.WORDS_INVITE_OTHERS_TO_HELP_ANSWER_THIS_QUESTION|escape }}
{% trans %}- or -{% endtrans %}
{% trans %}- or -{% endtrans %}
{% set shared_users_count = sharing_info['users'].count() %} {% set shared_groups_count = sharing_info['groups'].count() %} {% if shared_users_count or shared_groups_count %}{{ settings.WORDS_THIS_QUESTION_IS_CURRENTLY_SHARED_ONLY_WITH|escape }}
{% endif %}{% trans %}You{% endtrans -%} {%- if shared_users_count -%} {%- for user in sharing_info['users'] %}{{ comma() }} {{ user.get_profile_link() }} {%- endfor -%} {% endif -%} {%- if sharing_info['more_users_count'] > 0 %} {% trans %}and{% endtrans %} {% trans more_count=sharing_info['more_users_count'] %}{{ more_count }} more{% endtrans %} {% endif %}
{% if shared_groups_count %}{% set comma = joiner(',') %} {%- for group in sharing_info['groups'] -%}{{ comma() }} {{ macros.user_group_link(group) }} {%- endfor -%} {% if sharing_info['more_groups_count'] > 0 %} {% trans %}and{% endtrans %} {% trans more_count=sharing_info['more_groups_count'] %}{{ more_count }} more{% endtrans %} {% endif %}
{% endif %} {% else %}{% trans site_name=settings.APP_SHORT_NAME %}This thread is public, all members of {{ site_name }} can read this page.{% endtrans %}
{% endif %}