{% extends "base.html" %} {% load i18n mezzanine_tags career_tags keyword_tags %} {% block meta_title %}{% if page %}{{ page.richtextpage.meta_title }}{% else %}{% trans "Careers" %}{% endif %}{% endblock %} {% block meta_keywords %}{% metablock %} {% keywords_for page as keywords %} {% for keyword in keywords %} {% if not forloop.first %}, {% endif %} {{ keyword }} {% endfor %} {% endmetablock %}{% endblock %} {% block meta_description %}{% metablock %} {{ page.description }} {% endmetablock %}{% endblock %} {% block title %} {% if page %} {% editable page.title %}{{ page.title }}{% endeditable %} {% else %} {% trans "Careers" %} {% endif %} {% endblock %} {% block breadcrumb_menu %} {{ block.super }} {% if tag or category or year or month or author %}
{% if tag %} {% trans "Viewing posts tagged" %} {{ tag }} {% else %}{% if category %} {% trans "Viewing posts for the category" %} {{ category }} {% else %}{% if year or month %} {% trans "Viewing posts from" %} {% if month %}{{ month }}, {% endif %} {{ year }} {% else %}{% if author %} {% trans "Viewing posts by" %} {{ author.get_full_name|default:author.username }} {% endif %}{% endif %}{% endif %}{% endif %}
{% else %} {% if page %} {% editable page.richtextpage.content %} {{ page.richtextpage.content|safe }} {% endeditable %} {% endif %} {% endif %} {% for jobpost in jobposts.object_list %} {% editable jobpost.title jobpost.publish_date %}
{% if jobpost.keyword_list %}
{% trans "Tags" %}:
{% spaceless %}
{% for tag in jobpost.keyword_list %}
{{ tag }}
{% endfor %}
{% endspaceless %}
{% endif %}
{% trans "read more" %}