{% load i18n %}
{% trans "Modality 1" %} {% for modality, modality_lbl in current_model.STATISTIC_MODALITIES_OPTIONS.items %} {{modality_lbl}} {% endfor %} {% trans "Modality 2" %} -- {% for modality, modality_lbl in current_model.STATISTIC_MODALITIES_OPTIONS.items %} {{modality_lbl}} {% endfor %}
{% trans "Type" %} {% trans "Bar" %} {% trans "Line" %} {% trans "Pie" %} {% trans "Table" %} {% trans "Sum" %} {% for sum_var, sum_var_lbl in current_model.STATISTIC_SUM_VARIABLE.items %} {{sum_var_lbl.0}} {% endfor %}
{% trans 'Draw rectangle on the graph to zoom. Double-click to reinitialize.' %}
{% trans "No data" %}