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

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

{{ gettext('Student Information') }}
{{ gettext('Identification') }}
{{ gettext('Unique internal identification code') }}
{{ gettext('National ID, Foreign ID, or Passport number') }}
{{ gettext('Personal Information') }}
{{ gettext('Format: YYYY-MM-DD') }}
{{ gettext('Study Information') }}
{{ gettext('E.g., 1º FPB BÁSICA') }}
{{ gettext('Cancel') }}
{% endblock %}