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