{% load i18n %} {% trans "Resume Add Notice" %}

{% if request.user.is_superuser %}{% blocktrans %}The following resume was added to the {{ SITE_GLOBAL_SITEDISPLAYNAME }} Online Resume Bank by:{% endblocktrans %} {{request.user.get_full_name}} (superuser){% else %} {% blocktrans %}The following resume was added to the {{ SITE_GLOBAL_SITEDISPLAYNAME }} Online Resume Bank by:{% endblocktrans %} {{request.user.get_full_name}}. It needs to be activated{% endif %}:

  {% trans "Company Name:" %} {{ object.contact_company }}
  {% trans "Position Title:" %} {{ object.title }}

{% trans "To view the details of this resume, go to:" %} {{ SITE_GLOBAL_SITEURL }}{{ object.get_absolute_url }}
{% if object.status_detail != 'active' %}

{% blocktrans %}To activate this resume, go to:{% endblocktrans %} {{ SITE_GLOBAL_SITEURL }}{% url resume.approve object.pk %}

{% endif %}

{% trans "Time submitted:" %} {% now "D d M Y P" %}