{{ user.f_name }} {{ user.l_name }}

{{# if messages.success }}

{{ messages.success }}

{{ else }} {{# if messages.error }}

{{ messages.error }}

{{/if}} {{/if}}
{{# if user.university }} {{/if}} {{# if user.department }} {{/if}} {{# if user.phone_num}} {{/if}}
Email: {{ user.email }}
University: {{ user.university }}
Department: {{ user.department }}
Answered: {{ user.answered }}
Inbox: {{ user.messages }}
Comments: {{ user.comments }}
Phone Number: {{ user.phone_num }}
{{# if user.examfollows }}

Here are the exams you are following:

{{# each user.examfollows}} {{/each}}
Course Code: {{this.course_code}}

Term: {{this.term}}

Year: {{this.year}}

Type: {{this.type}}

{{ else }}

You are not following any exams.

{{/if}}

Send Message

{{# if inbox }}

Inbox

Date
Subject
Sender
{{# each inbox }}
{{ this.date }}
{{ this.subject }}
{{ this.sender }}
{{/each}}
{{# each inbox}} {{/each}}
{{ else }}

No Messages.

{{/if}}
{{# if user.comment_list.length }}

Comment History

{{# each user.comment_list }} {{/each}}
Date Comment Exam
{{ this.date }} {{ this.comment }} {{ this.course_code }} > {{ this.term }} {{ this.year }}
{{else}}

No Comments.

{{/if}}

July 4 2016

Edit Profile Logout