{% load i18n %}
{# Cancel link #} {% if cancel_url %} {% trans "Cancel" %} {% endif %} {# Back button #} {% if wizard.steps.prev %} {% endif %} {# Submit/next button #} {% if wizard.steps.current == 'auth' %} {% else %} {% endif %}