{% load i18n %} {% if flow_session.in_progress %} {% trans "unfinished" %} {% else %} {% trans "finished" %} {% endif %}