-
-

-

-
- {{username}} -
-
- {{restrict 'description'}}
-
-
-
-
-
-
-
About
-
-
-
School Name:
-
- {{school}}
-
-
-
- {{#each selectOptions 'school'}}
- {{> option}}
- {{/each}}
-
-
-
-
-
Graduation Year:
-
- {{grade}}
-
-
-
- {{#each selectOptions 'grade'}}
- {{> option}}
- {{/each}}
-
-
-
-
-
-
-
Preferences
-
-
-
Theme:
-
- {{pref 'theme'}}
-
-
-
- {{#each selectOptions 'theme'}}
- {{> option}}
- {{/each}}
-
-
-
-
-
Default Mode:
-
- {{pref 'mode'}}
-
-
-
- {{#each selectOptions 'mode'}}
- {{> option}}
- {{/each}}
-
-
-
-
-
Hide Homework:
-
- {{pref 'timeHide'}}
-
-
-
- {{#each selectOptions 'timeHide'}}
- {{> option}}
- {{/each}}
-
-
-
-
-
Hide Done:
-
- {{pref 'done'}}
-
-
-
- {{#each selectOptions 'done'}}
- {{> option}}
- {{/each}}
-
-
-
-
-
Hide Reported:
-
- {{pref 'hideReport'}}
-
-
-
- {{#each selectOptions 'hideReport'}}
- {{> option}}
- {{/each}}
-
-
-
-
-
-
-
-
-
Classes
-
-
-
-
-
Manage my Classes
-
-
-
-
Join a Class
-
-
-
-
Create a Class
-
-
-
- {{#if profClassTab "manClass"}}
-
- Class Name
- Teacher
- Hour
- Members
-
-
- {{#each myClasses}}
- {{> classDisplay}}
-
- {{/each}}
- {{#if noclass}}
-
No results found...
- {{/if}}
-
- {{/if}}
-
- {{#if profClassTab "addClass"}}
-
-
- {{> inputAutocomplete id="profClassSearch" settings=classSettings placeholder="Search..."}}
-
Join Private Class
-
-
- Class Name
- Teacher
- Hour
- Members
-
-
- {{#if notsearching}}
- {{#each classes}}
- {{> classDisplay}}
- {{/each}}
- {{#if noclass}}
-
No results found...
- {{/if}}
- {{else}}
- {{#each autocompleteClasses}}
- {{> classDisplay}}
- {{/each}}
- {{#if notfound}}
- No results found...
- {{/if}}
- {{/if}}
-
- {{/if}}
-
- {{#if profClassTab "creClass"}}
-
Submit a request for a class to be approved by an administrator.
-
-
Submit Request
- {{/if}}
-
-
-
-
-
-