{% load i18n %} {% load humanize %} {% if pending_application %}

{% translate 'You Applied since' %} {{ pending_application.created_at|naturaltime }} {% endif %}