{% load i18n %}
|
{% trans "Topic" %}
|
{% trans "Date" %}
|
{% trans "Duration" %}
|
{% trans "Location" %}
|
{% trans "Status" %}
|
{% trans "Actions" %} |
|---|---|---|---|---|---|
| {{ interview.interview.topic }} | {{ interview.interview_date }} {{ interview.interview_time }} | {{ interview.interview.duration }} | {{ interview.interview.location_type }} | {{ interview.get_status_display }} | {% trans "View" %} |
|
{% trans "No interviews scheduled yet." %} |
|||||