{% extends "university/base.html" %} {% block title %} Students {% endblock %} {% block body %} {% for student in Students_View %} {% endfor %}
Student NameMatriculation Number
{{ student.student_name }}{{ student.matriculation_number }}
{% endblock %}