{% 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 %} | {% trans "Kern" %} | {% endif %}{% trans "Datum" %} | {% trans "Job" %} | {% trans "Status" %} | {% if b_show_job_extras %}{% trans "Extras" %} | {% endif %}
---|---|---|---|---|---|
{% if b_show_core %} |
{% if job.type.activityarea.core %}
|
{% endif %}
{{ job.weekday_name }} {{ job.time |date:"d." }}{{ job.time |date:"m." }}{{ job.time |date:"Y" }} | {{ job.type.get_name }} |
{% if job.free_slots > -1 %}
|
{% if b_show_job_extras %}
{{ job.extras|safe }} | {% endif %}