{# templates/settings/wizard/steps.html #}
{{ _("No steps found.") }}
{% endif %} {% for server, categories in grouped.items() %}{{ _("Steps shown to users before they accept the invitation") }}
{% set pre_steps = categories.get('pre_invite', []) %} {# Always render the wizard-steps container, even when empty, so it can be a Sortable.js drop target #}{{ _("No pre-invite steps configured") }}
{{ _("Steps shown to users after they accept the invitation") }}
{% set post_steps = categories.get('post_invite', []) %} {# Always render the wizard-steps container, even when empty, so it can be a Sortable.js drop target #}{{ _("No post-invite steps configured") }}