{% extends "base-wide.html" %}
{% block title %}{% spaceless %}
{% if SITE_GLOBAL_SITEPRIMARYKEYWORDS %}{{ SITE_GLOBAL_SITEPRIMARYKEYWORDS }}: {% endif %}
{% if MODULE_RESUMES_LABEL %}{% blocktrans with label=MODULE_RESUMES_LABEL display_name=SITE_GLOBAL_SITEDISPLAYNAME %}{{ label }} Listings for {{ display_name }} - Employment Opportunities and {{ label }} Openings{% endblocktrans %}
{% else %}{% blocktrans with display_name=SITE_GLOBAL_SITEDISPLAYNAME %}Resume Listings for {{ display_name }} - Employment Opportunities and Resume Openings{% endblocktrans %}
{% endif %}
{% endspaceless %}{% endblock %}
{% block meta_description %}{% spaceless %}
{% if MODULE_RESUMES_LABEL %}
{% blocktrans with label=MODULE_RESUMES_LABEL label_lower=MODULE_RESUMES_LABEL|lower display_name=SITE_GLOBAL_SITEDISPLAYNAME location=SITE_GLOBAL_SITEGEOGRAPHICLOCATION %}
{{ label }} search page for {{ display_name }} in {{ location }} listing - {{ label_lower }} openings and employment opportunities
{% endblocktrans %}
{% else %}
{% blocktrans with display_name=SITE_GLOBAL_SITEDISPLAYNAME %}
Resume search page for {{ display_name }} in {{ location }} listing - resume openings and employment opportunities
{% endblocktrans %}
{% endif %}
{% endspaceless %}{% endblock %}
{% block meta_keywords %}{% spaceless %}
{% trans "Employment Search" %},
{% if MODULE_RESUMES_LABEL %}{% blocktrans with label=MODULE_RESUMES_LABEL %} {{ label }} Search, {% endblocktrans %}
{% else %}{% trans "Resume Search" %},{% endif %}{{ SITE_GLOBAL_SITEDISPLAYNAME }}, {% trans "Employment" %},
{% if MODULE_RESUMES_LABEL_PLURAL %}{% blocktrans with location=SITE_GLOBAL_SITEGEOGRAPHICLOCATION label_plural=MODULE_RESUMES_LABEL_PLURAL %}{{ location }} {{ label_plural }},{% endblocktrans %}
{% else %}{% blocktrans with location=SITE_GLOBAL_SITEGEOGRAPHICLOCATION %}{{ location }} resumes,{% endblocktrans %}
{% endif %} {% trans "employment opportunities, employment, hiring, staffing, agencies" %}
{% endspaceless %}{% endblock %}
{% block extra_head %}
{{ block.super }}
{% endblock %}
{% block banner %}{% endblock %}
{% block top_bar %}
{% if request.user.is_authenticated %}
{% include "resumes/top_nav.html" %}
{% if request.user.impersonated_user and request.user.impersonated_user.is_superuser or request.user.is_superuser %}
{% if request.session.theme %}
{% include "themes/theme_top.html" %}
{% endif %}
{% endif %}
{% endif %}
{% endblock %}