{% extends 'django_tables2/table.html' %} {% load django_tables2 table_tags review_tags %} {% block table.tbody.row %}
Applicant |
Last updated |
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 %} |
|
Linked {{ row.record.previous.stage }} | {% else %}{{ column.header }} | {% endif %} {% endfor %}
---|