{{ t('nav.history') }}
{% if filtre == 'analiz' %}{{ t('analyses.subtitle', n=rows|length)|safe }}{% else %}{{ t('history.subtitle', n=rows|length) }}{% endif %}
{% for f, label in [('', t('history.tab_all', n=counts.all)), ('bekleyen', t('history.tab_pending', n=counts.bekleyen)), ('analiz', t('history.tab_analyses', n=counts.analiz))] %}
{{ label }}
{% endfor %}
{% if karar %}
{{ karar|tr_decision }} ✕
{% endif %}