{% extends "base.html" %} {% block title %}{{ gettext('Edit Student') }} - {{ student.full_name }}{% endblock %} {% block content %}
{# Breadcrumb #} {# Page Header #}

{{ gettext('Edit Student') }}: {{ student.full_name }}

{{ gettext('Update student information') }}

{# 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 %}