{% extends 'django_tables2/table.html' %} {% load django_tables2 table_tags review_tags wagtailimages_tags i18n %} {% block table.tbody.row %}
{% trans "Applicant" %} |
{% trans "Last updated" %} |
{% trans "Screening statuses" %} |
{% trans "Review outcomes" %} |
---|---|---|---|
{{ submission.full_name }} |
{% if submission.last_update %}
{% trans "by" %} {{ submission.last_user_update }} {{ submission.last_update|date:"SHORT_DATETIME_FORMAT" }} {% else %} — {% endif %} |
{% trans "Awaiting" as awaiting %} {{ submission.joined_screening_statuses|default:awaiting }} |
|
{% trans "Linked" %} {{ row.record.previous.stage }} | {% else %}{{ column.header }} | {% endif %} {% endfor %}
---|---|
{% if column.localize == None %}{{ cell }}{% else %}{% if column.localize %}{{ cell|localize }}{% else %}{{ cell|unlocalize }}{% endif %}{% endif %} | {% endif %} {% endfor %}
{% trans "Page" %} {{ table.page.number }}