{% load i18n cosinnus_tags %} {# todo: put style in less! #} {% if may_reflect and reflectable_groups %} {% captureas modal_id %}modal-group-select{% if unique_id %}-{{ unique_id }}{% endif %}{% endcaptureas %}
{% comment %} Uncomment this to show a placeholder message that reflecting is not possible here Took out for now because its not interesting {% else %}

{% if reflect_is_forum %} {% trans "You are not a member of any projects or groups this event could also be shown in." %} {% else %} {% trans "You are not a member of any subprojects of this group where this event could also be shown in." %} {% endif %} {# TODO: Remove! #}
FRAGE: SOLLTEN WIR DAS ÜBERHAUPT ANZEIGEN?

{% endcomment %}
{% include 'cosinnus/common/modal_box_group_select.html' with button_id=modal_id post_url='cosinnus:group-assign-reflected' group=group group_select_tuples=reflectable_groups %} {% endif %}