{% extends "base.html" %} {% load i18n %} {% load static %} {% load juntagrico.config %} {% block page_title %}

{% trans "Alle Einsätze im Überblick" %}

{% endblock %} {% block content %}
{% include "snippets/snippet_jobs.html" with show_free_slot_filter=True %}
{% endblock %} {% block scripts %} {% endblock %}