{% macro render_settings_row(regform) %} {% set settings = regform.group_settings %}
{% if settings and settings.enabled %} {% trans %}Participants can create their own groups on this form and earn a plan-based discount.{% endtrans %} {% else %} {% trans %}Participants cannot create groups on this form.{% endtrans %} {% endif %}