{% extends 'careers/base.html' %}{% load i18n wagtailcore_tags %} {% block title %}{{ block.super }} | {{ index.title }}{% endblock %} {% block content %}
{% include 'careers/components/breadcrumbs.html' %}

{{ index.title }}

{{ index.description|richtext }}
    {% for category in index.get_children.specific %}
  1. {% include 'careers/components/category.html' %}
  2. {% endfor %}
{% endblock %}