{% extends "base.html" %} {% load static humanize i18n %} {% block title %}{{ candidate.name }} - {{ block.super }}{% endblock %} {% block customCSS %} {% endblock %} {% block content %}
{{ candidate.resume.name }}
{{ candidate.resume.name|truncatechars:30 }}{{ candidate.stage }}
{% trans "Latest status update:" %} {{ candidate.updated_at|date:"M d, Y" }}{% trans "Application Submitted" %}
{{ candidate.created_at|date:"M d, Y" }} | {{ candidate.created_at|date:"h:i A" }}{% trans "Detailed stage history logs are currently unavailable." %}
{% endif %}