{% load i18n cosinnus_tags %} {% captureas label %}

{% blocktrans %}Check the projects/groups where you wish to show this item in. It will be shown in all lists, but will still remain in this group.{% endblocktrans %}

{% if reflect_is_forum %}

{% blocktrans %}Items from the Forum can be shown in any of your projects/groups.{% endblocktrans %}

{% else %}

{% blocktrans %}Items from this group can be shown in any of the group's subprojects.{% endblocktrans %}

{% endif %}
{% for select_group, selected in group_select_tuples %}
{% endfor %}
{% endcaptureas %} {% captureas title %}{% trans "Show in other projects/groups" %}{% endcaptureas %} {% captureas submit_button_label %}{% trans "Apply" %}{% endcaptureas %} {% captureas action %}{% group_url post_url group=group %}{% endcaptureas %} {% include "cosinnus/modal_box.html" with id=button_id label=label title=title form_action=action title_icon="fa-share" %}