{% load i18n l10n %} {% get_current_language as LANGUAGE_CODE %} {% if input_select == 'button' %}
{% trans 'Group by:' %} {% for f in group_by %} {% endfor %}
{% if col2 != 'None' %}

{% trans 'And:' %} {% for f in group_by %} {% endfor %}
{% endif%}

{% else %}
{% trans 'Group by:' %}
{% if col2 != 'None' %}
{% trans 'And:' %}
{% endif%}
{% endif %}