{% extends 'school/base_school.html' %} {% block title %}{% if is_edit %}Edit Student{% else %}Add Student{% endif %} | STD Lab{% endblock %} {% block page_title %}{% if is_edit %}Edit Student{% else %}Add New Student{% endif %}{% endblock %} {% block content %}
{% csrf_token %} {% if error %}
{{ error }}
{% endif %}

Basic Credentials

{% if student.photo %} {% endif %}

Guardian & Identification

{% for ft in fee_types %} {% empty %}
No fee models found. Add Fee Purpose →
{% endfor %}
{% for s in all_subjects %} {% empty %}
Select a class to see available subjects.
{% endfor %}

Contact & Address

{% if user.profile.school.is_individual_sms_enabled %}
Student SMS Status

If disabled, this student will not receive any attendance or admission alerts.

{% endif %}
GO BACK
{% endblock %}