{% extends 'careers/base.html' %}{% load i18n wagtailcore_tags %} {% block content %} {% include 'careers/components/breadcrumbs.html' %} {{ index.title }} {{ index.content }} {% trans 'Latest Jobs' %} {% for job in jobs %} {% trans 'View' %} {{ job.title }} {{ job.description }} {{ job.get_parent }} {% if job.is_remote %} {% trans 'Remote' %} {% endif %} {% if job.country %} {{ job.country }} {% endif %} {{ job.level }} {{ job.type }} {{ job.latest_revision_created_at|date:'Y/m/d' }} {% empty %} {% trans 'No Jobs' %} {% trans 'Latest Jobs will appear here.' %} {% endfor %} {% trans 'Categories' %} {% for page in index.get_children.specific %} {% trans 'Read' %} {{ page.title }} {{ page.description|richtext }} {% empty %} {% trans 'No categories' %} {% trans 'Published categories will appear here.' %} {% endfor %} {% endblock %}
{{ job.description }}
{% trans 'Latest Jobs will appear here.' %}
{{ page.description|richtext }}
{% trans 'Published categories will appear here.' %}