1 {% load organization_tags %}
4 <th>{{ timesheet.month|month_name }}</th>
8 {{ timesheet.percentage|format_percent }}
13 {% with timesheet.work_packages.all as work_packages %}
14 {% if work_packages %}
15 {{ timesheet.work_packages.all|format_wp }}