{% extends 'django_tables2/table.html' %} {% load django_tables2 table_tags review_tags %} {% block table.tbody.row %}
Applicant |
Last updated |
Review outcomes |
---|---|---|
{{ submission.full_name }} |
{% with row.record.activities.last as last_update %}
{% if last_update %}
by {{ last_update.user }} {{ last_update.timestamp|date:"Y-m-d \a\t H:i" }} {% else %} — {% endif %} {% endwith %} |
|
Linked {{ row.record.previous.stage }} | {% else %}{{ column.header }} | {% endif %} {% endfor %}
---|