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

User Pic
{{# 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.followers }}

You are being followed by:

{{# each user.followers}} {{/each}}
avatar

The Dude

3 comments

{{ else }}

You are not following any exams.

{{/if}}

Friends

avatar

He-Man

20 comments

avatar

Jay Leno

5 comments

avatar

Lisa Simpson

658 comments

{{# if messages.success }}

{{ messages.success }}

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

{{ messages.error }}

{{/if}} {{/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