{% extends "djobberbase/base.html" %} {% block content %} {% if object.is_temporary and page_type == 'confirm' %}
Your job was posted, but since this is the first time you post with this e-mail address, we need to manually verify it.
Thank you for your patience, as the ad should be published ASAP. We'll send you an e-mail when that happens.

From now on, every ad you post with this e-mail address will instantly be published.
{% else %}
{% if page_type == 'detail' %}
{{ object.get_application_count }}

applicants

{% endif %}

Full-time {{ object.title }}

at {% if object.url %} {{ object.company }} {% else %} {{ object.company }} {% endif %} in {% if object.city %} {{ object.city }} {% else %} {{ object.outside_location }} {% endif %}

{% if markup_lang %} {% load djobberbase_tags %} {{ object.description_html|safe|nofollow }} {% else %} {{object.description|linebreaksbr}} {% endif %}

{% if object.apply_online and page_type == 'detail' %}
» Apply now
{% endif %} {% if page_type == 'detail' %}
« Go back to category
Published at {{ object.created_on }}
Viewed: {{ object.views_count }} times
{% endif %} {% endif %} {% if page_type == 'verify' %}
{% csrf_token %}
If you changed your mind, you may cancel posting this ad
 or  Edit it
{% endif %} {% endblock %}