{% extends "base.html" %} {% block title %}{{ gettext('Add Student') }}{% endblock %} {% block content %}
{# Page Header #}

{{ gettext('Add Student') }}

{{ gettext('Register a new student in the system') }}

{# Student Form #}

{{ gettext('Student Information') }}

{# Identification Section #}

{{ gettext('Identification') }}

{{ gettext('Unique internal identification code') }}

{{ gettext('National ID, Foreign ID, or Passport number') }}

{# Personal Information Section #}

{{ gettext('Personal Information') }}

{{ gettext('Full name for display purposes') }}

{{ gettext('Class or study group') }}

{{ gettext('Cancel') }}
{% endblock %}