{% load i18n %} {% load config %}
{% if show_core %} | {% trans "Kern" %} | {% endif %}{% trans "Datum" %} | {% trans "Job" %} | {% trans "Status" %} | {% if show_extras %}{% trans "Extras" %} | {% endif %}
---|---|---|---|---|---|
{% if 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 show_extras %}
{{ job.extras|safe }} | {% endif %}