{% load i18n %} {% load juntagrico.common %} {% load juntagrico.config %} {% show_core as b_show_core %} {% show_job_extras as b_show_job_extras %} {% if b_show_core %} {% endif %} {% if show_free_slot_filter %} {% endif %} {% if b_show_job_extras %} {% endif %} {% for job in jobs %} {% if b_show_core %} {% endif %} {% if show_free_slot_filter %} {% endif %} {% if b_show_job_extras %} {% endif %} {% endfor %}
{% trans "Datum" %} {% trans "Job" %} {% trans "Ort" %} {% trans "Zeit" %} {% trans "Bereich" %} {% trans "Kern" %} {% trans "Status" %}
{% if show_free_slot_filter %}
{% endif %}
{% trans "Extras" %}
{{ job.type.description }} {{ job.weekday_name }} {{ job.time |date:"d." }}{{ job.time |date:"m." }}{{ job.time |date:"Y" }} {{ job.type.get_name }} {{ job.type.location }} {{ job.time |date:'H:i' }} - {{ job.end_time |date:'H:i' }} {{ job.type.activityarea.name }} {% if job.type.activityarea.core %} {% trans {% endif %} {% block job_status %} {% if job.free_slots > -1 %} {{ job.occupied_slots }} / {{ job.slots }} {% endif %} {% endblock %} {{ job.free_slots }} {{ job.extras|safe }}