{% extends 'base.html' %} {% block title %}{{ title }}{% endblock %} {% block page_title %}{{ title }}{% endblock %} {% block content %}
{% if student %}Update student information{% else %}Enroll a new student{% endif %}