{% extends "patterns/base_page.html" %} {% load wagtailcore_tags wagtailimages_tags static %} {% block content %} {% include "patterns/molecules/title-block/title-block.html" with title=page.strapline %} {% include "patterns/atoms/introduction/introduction.html" with introduction=page.intro %}
{% if feed_success %} {% for job in jobs|dictsort:"title" %} {% include "patterns/molecules/job-item/job-item.html" with item=job %} {% endfor %} {% else %}

There is no jobs available right now. We update this page regularly so please come back.

{% endif %}
{% endblock %}