{{ 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 }}
Messages: {{ 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 success }}

{{ success }}

{{ else }} {{# if error }}

{{ error }}

{{/if}} {{/if}}

Send Message

{{# if inbox }}

Inbox

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

No Messages.

{{/if}}
{{# if comments }}

Comment History

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

No Comments.

{{/if}}

July 4 2016

Edit Profile Logout