{% for timesheet in doc.timesheets %}
{{ timesheet.info.name }}
{{ _("From") }} {{ frappe.format_date(timesheet.from_time) }} {{ _("to") }} {{ frappe.format_date(timesheet.to_time) }}
{{ timesheet.info.comment_count }}
{% endfor %}