{% set current_step_phase = step_phase or '' %}
{% set completion_href = completion_url or '' %}
{% set completion_label_text = completion_label or _('Continue to Invite') %}
{% set default_next_label = _('Next') %}
{% set is_pre_phase = phase == 'pre' %}
{% set is_last_step = idx == max_idx %}
{% set is_pre_final = is_pre_phase and is_last_step and completion_href %}