{% extends 'django_tables2/table.html' %} {% load django_tables2 table_tags review_tags %} {% block table.tbody.row %}
Applicant |
Last updated |
Screening status |
Review outcomes |
---|---|---|---|
{{ submission.full_name }} |
{% if submission.last_update %}
by {{ submission.last_user_update }} {{ submission.last_update|date:"Y-m-d \a\t H:i" }} {% else %} — {% endif %} |
{{ submission.screening_status|default:"Awaiting Screen status" }} |
|
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 %}