{# 1.1 group is free and public, we can join it #}
{% if is_public and group.membership.isFree %}
{# 1.2 group is not free, we have to pay, display the offers #}
{% elseif group.hasActiveOffers %}
{% include 'components/group/_first_offer.html.twig' with {group} %}
{% include 'components/group/_modal_offers.html.twig' with {
offers: group.activeOffers
} %}
{# 1.3 group is not correclty configured, it doesn't have any offer configured yet. #}
{% else %}