{% 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.change_recuringjob %}
{% trans "Wiederkehrenden Einsatz ausschreiben" %}
{% endif %}
{% if perms.juntagrico.change_onetimejob %}
{% trans "Einzel-Einsatz ausschreiben" %}
{% endif %}
{% endblock %}
{{ job.time|date:"D d.m.Y" }} | {{ job.type.get_name }} | {{ job.type.description }} | {{ 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 %}