{{#eq userType 'account'}}
{{> button style='full' colour='primary' to=deleteLink content='Delete Class' size='lg'}}
{{/eq}}

Class Overview - {{ className }}

Teachers

{{#each teachers}} {{> classTeacher name=shortName email=email }} {{/each}}

Members

{{> classMembers members=members }}
{{> button style='full' colour='primary' to=contactLink content='Contact'}} {{> button style='full' colour='primary' to=testsLink content='View Tests'}}

Statistics and Reports

{{> button style='full' colour='primary' to=reportsLink content='View All'}}
{{#each stats}} {{> adminStat value=value text=text }} {{/each}}
{{> graph }} {{> graph }}

Tests

{{> button style='full' colour='primary' to=testsLink content='View All'}}

Upcoming Tests

{{> testTable tests=upcomingTests}}

Recent Tests

{{> testTable tests=recentTests}}