{% load i18n %} {% get_current_language as LANGUAGE_CODE %}
{% csrf_token %}

{% blocktrans with step=1 all=3 %}{{step}}/{{all}}{% endblocktrans %}

{% blocktrans with step=1 %}Step {{step}}{% endblocktrans %}

{% trans "Please choose the base system you want to customize." %}