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