{% load i18n %} {% if screening_form.should_show %}
{% trans "Current decisions" %}: {{ submission.screening_statuses.all|join:', ' }}
{% trans "Screen" as screen %} {% include 'funds/includes/delegated_form_base.html' with form=screening_form value=screen %}