{% load i18n l10n %} {% get_current_language as LANGUAGE_CODE %} {% if input_select == 'button' %}
{% trans text_button %} {% for f in button %} {% endfor %}
{% else %}
{% trans text_button %}
{% endif %}