{% load theme_tags %} {% load job_tags %}

{% firstof TEMPLATE_JOBS_LIST_TITLE_LOCATION_TITLE "Jobs" %}

{% list_jobs as jobs_list limit=TEMPLATE_JOBS_LIST_TITLE_LOCATION_LIMIT %} {% for job in jobs_list %}

{% blocktrans with t=job.title %}{{ t }}{% endblocktrans %}

{{ job.location }} {{ job.description|safe|truncatewords_html:"10" }}

{% empty %}

{% if user.profile.is_superuser %}{% trans "Add your first job" %}{% else %}{% trans "Great New Job" %}{% endif %}

{% trans "Houston: A new job opening is available..." %}

{% endfor %}
{% theme_setting setting_name %}