Student
id name email
{{ s.id }} {{ s.name }} @{{ s.email }}

Course
title description
{{ c.title }} {{ c.description }}

Lecturer
id name
{{ l.id }} {{ l.name }}

Lecturer
id name
{{ l.id }} {{ l.name }}

Student ID Student name score full_mark
{{ sc.Student.id }} {{ sc.Student.name }} {{ sc.score }} {{ sc.full_mark }}