{% 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 %}