{% if candidate.hired or candidate.converted %}
{% trans "Congratulation on your selection" %}
{% elif candidate.canceled %}
{% trans "You not selected" %}
{% else %}
{% trans "Application under review" %}
{% endif %}
{% trans "Documents" %}
{% for document in candidate.candidatedocument_set.all %}