{% load i18n %}
{% if wizard.steps.current == 'token' %}
{% trans "Submit" as button_text %}
{% elif wizard.steps.current == 'generator' %}
{% trans "Next" as button_text %}
{% elif wizard.steps.current == 'welcome' %}
{% trans "I've installed a 2FA App" as button_text %}
{% else %}
{% trans "Next" as button_text %}
{% endif %}