{% import "components/user.html" as user with context %} {% macro render_time(tdoc_time) %} {{ datetimeSpan(tdoc_time, false, '%Y-%m-%d %H:%M')|safe }} {% endmacro %} {% macro render_duration(tdoc) %} {{ ((tdoc.endAt.getTime() - tdoc.beginAt.getTime()) /1000 / 3600)|round(1) }} {% endmacro %}