{% extends "aldryn_jobs/two_column.html" %} {% load i18n cms_tags %} {% block jobs_content %}
{% regroup object_list by category as categories %} {% for category in categories %} {% for job_opening in category.list %} {% include "aldryn_jobs/includes/job.html" %} {% empty %}

{% trans "No items available" %}

{% endfor %} {% empty %}

{% trans "No items available" %}

{% endfor %}
{% endblock %}