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

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

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

{% trans "Change the parameters as needed." %}