{# templates/settings/wizard/bundles.html #}
{{ _("No bundles found.") }}
{% endif %} {% for b in bundles %} {% set real_steps = b.steps | selectattr('step') | list %} {% set pre_steps = real_steps | selectattr('step.category', 'equalto', 'pre_invite') | list %} {% set post_steps = real_steps | selectattr('step.category', 'equalto', 'post_invite') | list %} {% set other_steps = real_steps | rejectattr('step.category', 'equalto', 'pre_invite') | rejectattr('step.category', 'equalto', 'post_invite') | list %} {% set orphaned_steps = b.steps | rejectattr('step') | list %}{{ b.description }}
{% endif %}{{ _("Steps shown to users before they accept the invitation") }}
{{ _("No pre-invite steps configured") }}
{{ _("Steps shown to users after they accept the invitation") }}
{{ _("No post-invite steps configured") }}
{{ _("Steps that use custom categories keep their order here.") }}
{{ _("These entries no longer have an associated step. Remove them to keep the bundle tidy.") }}