{% extends 'base.html' %} {% block title %}View Students — StudentMS{% endblock %} {% block content %}
{% if students %}{{ students|length }} record(s) found{% else %}No records{% endif %}
{% if q %}No students matching "{{ q }}". {% else %}No students added yet. Add one →{% endif %}