ServicePoints
Username: {{username}}
Organization: {{org}}
Hours: {{hours}}
Home

Welcome to the Service Points Tutoring page!

{% if registered == 0 %}

Search through our database of current tutors or sign up to have your name and information listed.

{% endif %} {% if registered == 1 %}

Search through our database of current tutors or edit your listed information.

{% endif %}

{% for tutor, user in zip(tutors, tutorsN) %}

{{user.fullname}}
Subjects: {{tutor.subject}}
Available Times: {{tutor.time}}
Contact Email: {{user.email}}
{% endfor %}