{% load i18n %} {% load perm_tags %}
{% if isadmin %}{% blocktrans %}The following job was added to the {{ SITE_GLOBAL_SITEDISPLAYNAME }} Online Job Bank by:{% endblocktrans %} {{request.user.get_full_name}} (administrator){% else %} {% blocktrans %}The following job was added to the {{ SITE_GLOBAL_SITEDISPLAYNAME }} Online Job Bank by:{% endblocktrans %} {{request.user.get_full_name}}. {% trans "It needs to be activated" %}{% endif %}:
{% trans "Company Name:" %} | {{ object.contact_company }} | |
{% trans "Position Title:" %} | {{ object.title }} |
{% trans "To view the details of this job, go to:" %} {{ SITE_GLOBAL_SITEURL }}{{ object.get_absolute_url }}
{% if not request.user.is_superuser %}
{% blocktrans %}You can activate this job at:{% endblocktrans %} {{ SITE_GLOBAL_SITEURL }}{{ object.get_approve_url }}.
{% endif %}{% trans "Time submitted:" %} {% now "D d M Y P" %}