{% extends "admin_base.html" %} {% load i18n %} {% load static from staticfiles %} {% block extrahead %} {% endblock %} {% block content %} {% if student %}
<< Previous by alpha
Next by alpha >>
Include inactive in search?

{{ student }}

{{ student.year }} - {{ student.class_of_year }} {% if location %}

Location: {{ location }}

{% endif %}

Unofficial transcript
Profile generated on {{ date }}
General Information
{% if perms.sis.change_student %} {% endif %}
Full name {{ student.first_name }} {{ student.mname|default_if_none:"" }} {{ student.last_name }}
Sex {{ student.sex }}
Birth date {{ student.bday }}
Primary cohort {{ student.primary_cohort }}
Alert {{ student.alert }}
Notes {{ student.notes }}
Parent/Guardian {{ student.parent_guardian }}
Address {{ student.street }}
{{ student.city }}, {{ student.state }} {{ student.zip }}
Parent e-mail {{ student.parent_email }}{% if student.alt_email %}
{{ student.alt_email }} {% endif %}
Student phone number {% for number in numbers %} {{ number }}
{% endfor %}
{% if student.pic %} {% endif %}
Additional Information
Grades (GPA: {{ student.gpa }})
{% if 'ecwsp.benchmark_grade' in settings.INSTALLED_APPS %} Benchmark grade details {% endif %} {% if perms.grades.change_grade %} Edit
{% endif %} {% for year in years %} {% if forloop.first %}
{{ year }}
{% else %}
{{ year }}
{% endif %} {% for mp in year.mps %} {% endfor %} {% for course_section in year.course_sections %} {{ course_section.grade_html|safe }} {% endfor %}
Course Sections Teacher {{ mp }} Final
{{ course_section.shortname }} {{ course_section.teacher }}
{% endfor %}
{% if current_mp %}
{% if perms.schedule.change_student %} Edit {% endif %} {% for day in schedule_days %} {% endfor %} {% for period in periods %} {% for pday in period.days %} {% endfor %} {% endfor %}
{{ day }}
{{ period.name }}
{{ period.start_time }} - {{ period.end_time }}
{{ pday.course_section.name }}
{{ pday.location }}
{% endif %} {% if 'ecwsp.discipline' in settings.INSTALLED_APPS %}
{% if perms.discipline.change_studentdiscipline %} Edit
{% endif %} {% for discipline in disciplines %} {% endfor %}
Date Incident Teacher Comments
{{ discipline.date }} {{ discipline.infraction }} {{ discipline.teacher }} {{ discipline.comments }}
{% endif %} {% if 'ecwsp.attendance' in settings.INSTALLED_APPS %}
{% if perms.attendance.change_studentattendance %} Edit
{% endif %} {% for year in years %} {% if forloop.first %}
{{ year }}
{% else %}
{{ year }}
{% endif %} Total absent: {{ year.attendance_absense }} {% if year.attendance_absense_with_half %} ({{ year.attendance_absense_with_half }} with half days) {% endif %} Total tardy: {{ year.attendance_tardy }} Total present and on time: {{ year.present }} (of {{ year.total }} school days) {% for attendance in year.attendances %} {% endfor %}
Date Status Notes
{{ attendance.date }} {{ attendance.status }} {{ attendance.notes }}
{% endfor %}
{% endif %} {% if student_interactions %}
{% if perms.work_study.change_studentinteraction %} Edit
{% endif %}
{% for student_interaction in student_interactions %} Type {{ student_interaction.type }}        Reported by: {{ student_interaction.reported_by }}        Date: {{ student_interaction.date }}

{{ student_interaction.comments }}

{% endfor %}
{% endif %} {% if 'ecwsp.alumni' in settings.INSTALLED_APPS and student.alumni %} {% with alumni=student.alumni %}
{% if perms.alumni.change_alumni %} Edit {% endif %} {% for email in alumni.alumniemail_set.all %} {% endfor %} {% for number in alumni.alumniphonenumber_set.all %} {% endfor %}
Current college {{ alumni.college }} {% if alumni.graduated %} (Graduated {{ alumni.graduation_date }}) {% endif %}
Email {{ email.type }} {{ email }}
Phone number {{ number.type }} {{ number }}
Notes
{% for note in alumni.alumninote_set.all %} {% endfor %} {% if perms.alumni.add_alumninote %} {% endif %}

{{ note.category }} {% if note.user %} - {% endif %} {{ note.user }} - {{ note.date }}

{{ note.note|safe }}
Quick add note
{% endwith %} {% endif %} {% if 'ecwsp.counseling' in settings.INSTALLED_APPS %}
{% if perms.counseling.change_studentmeeting %} Edit
{% endif %}
    {% for meeting in student.student_meeting_set.all %}
  • {{ meeting.date }}: {{ meeting }} {% if perms.counseling.change_studentmeeting %} - Edit {% endif %}

    {% if perms.counseling.change_studentmeeting %} {{ meeting.notes|safe }} {{ meeting.follow_up_action.all }} {{ meeting.follow_up_notes }} {% if meeting.file %} {{ meeting.file }} {% endif %} {% else %} Details not shown {% endif %}

  • {% endfor %}
{% endif %} {% if 'ecwsp.admissions' in settings.INSTALLED_APPS and student.appl_student %} {% with appl=student.appl_student %}
{% if perms.admissions.change_applicant %} Edit
{% endif %}
Feeder school {{ appl.present_school }}
Ethnicity {{ appl.ethnicity }}
Religion {{ appl.religion }}
Elementary graduation year {{ appl.elem_grad_yr }}
High school graduation year {{ appl.hs_grad_yr }}
Total income {{ appl.total_income }}
Adjusted available income {{ appl.adjusted_available_income }}
Calculated payment {{ appl.calculated_payment }}
{% endwith %} {% endif %} {% if 'ecwsp.volunteer_track' in settings.INSTALLED_APPS %}
{% if perms.volunter_track.change_volunteer and student.voluneer %} Edit
{% endif %}
    {% for volunteer_site in student.volunteer.volunteersite_set.all %}
  • {{ volunteer_site }} {% if perms.volunteer_track.change_volunteer_site %} - Edit {% endif %}

    Hours: {{ volunteer_site.hours_at_site }}
    {{ volunteer_site.job_description }}
  • {% endfor %}
{% if perms.volunteer_track.change_studentmeeting %} Add New {% endif %}
{% endif %} {% if 'ecwsp.work_study' in settings.INSTALLED_APPS %}
{% if perms.work_study.change_studentworker and student.studentworker %} Edit
{% endif %}
Current placement: {{ student.studentworker.placement }}
Work study coordinator: {{ student.studentworker.cra }}
Supervisor contact infomation
{% if supervisors %}
    {% for supervisor in supervisors %} {% if supervisor == student.studentworker.primary_contact %}
  • {{ supervisor }} - {{ supervisor.phone }}
  • {% else %}
  • {{ supervisor }} - {{ supervisor.phone }}
  • {% endif %} {% endfor %}
{% endif %} {% if company_histories %}
History

    {% for history in company_histories %}
  • Left {{ history.placement }} on {{ history.date }}
  • {% endfor %}
{% endif %}
{% for visit in clientvisits %} {% endfor %}
Company Date Notes
{{ visit.company }}{{ visit.date }}{{ visit.notes }} See more about this visit
{% if timesheets %} {% endif %} {% endif %} {% if tests %}
Standard Tests
{% for test in tests %} {% endfor %}
Test Date Total Details
{{ test.test }}{{ test.date }}{{ test.total }} See more about these results
{% for test in tests %} {{ test.name }} {% endfor %}
{% endif %} {% endif %} {% endblock %}