{% load i18n material_frontend humanize %} {% if object.items.count > 0 %}
{% trans 'Jelenlét' %}
{% for item in object.items.all %} {% endfor %}
{% trans 'Dátum' %} {% trans 'Óraszám' %} {% trans 'Állapot' %}
{{ item.timestamp }} {{ item.duration }} {{ item.presence }}
{% include "labor/partial/presence.html" with object=object %} {% include "labor/partial/absense.html" with object=object %}
{% endif %}