{% 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 %}
  • {% spaceless %} {% if tag %} {% trans "Tag:" %} {{ tag }} {% else %}{% if category %} {% trans "Category:" %} {{ category }} {% else %}{% if year or month %} {% if month %}{{ month }}, {% endif %}{{ year }} {% else %}{% if author %} {% trans "Author:" %} {{ author.get_full_name|default:author.username }} {% endif %}{% endif %}{% endif %}{% endif %} {% endspaceless %}
  • {% endif %} {% endblock %} {% block main %} {% 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 %}

    {{ jobpost.title }}

    {% trans "Posted" %} {{ jobpost.publish_date|timesince }} {% trans "ago" %}.
    {% endeditable %} {% editable jobpost.content %} {{ jobpost.description_from_content|safe }} {% endeditable %}

    {% if jobpost.keyword_list %} {% trans "Tags" %}: {% spaceless %} {% for tag in jobpost.keyword_list %} {{ tag }} {% endfor %} {% endspaceless %}
    {% endif %} {% trans "read more" %}

    {% endfor %} {% pagination_for jobposts %} {% endblock %} {% block right_panel %} {% include "careers/includes/filter_panel.html" %} {% endblock %}