{% match error_message %} {% when Some with (error) %} {% when None %} {% endmatch %} {% match report %} {% when Some with (report) %} {% match report.next_direction %} {% when PunchDirection::In %}

{% when PunchDirection::Out %}

{% endmatch %}

Recent day totals

{% for day in report.days %} {% endfor %}
Day Gross time Net time
{{ day.0 }} {{ day.1.gross }} {{ day.1.net }}

Recent week totals

{% for week in report.weeks %} {% endfor %}
Week Gross time Net time
{{ week.0 }} {{ week.1.gross }} {{ week.1.net }}
{% when None %} {% endmatch %}