{% extends 'base.html' %} {% block title %}{% if object %}Edit Parent{% else %}Add Parent / Guardian{% endif %} — Rapha-Bethel BNPS{% endblock %} {% block content %}

{% if object %}Edit Parent / Guardian{% else %}Add Parent / Guardian{% endif %}

{% if object %}

{{ object.first_name }} {{ object.last_name }}

{% endif %}
Back to Parents
{% csrf_token %}
Linked Student
{{ form.student }} {% if form.student.errors %}
{{ form.student.errors }}
{% endif %}
Personal Information
{{ form.first_name }} {% if form.first_name.errors %}
{{ form.first_name.errors }}
{% endif %}
{{ form.last_name }} {% if form.last_name.errors %}
{{ form.last_name.errors }}
{% endif %}
{{ form.relationship }}
{{ form.occupation }}
{{ form.employer }}
{{ form.education_level }}
{{ form.preferred_language }}
Contact Information
{{ form.phone }}
Format: +237XXXXXXXXX
{% if form.phone.errors %}
{{ form.phone.errors }}
{% endif %}
{{ form.alternate_phone }}
{{ form.email }}
{{ form.mobile_money_number }}
{{ form.mobile_money_provider }}
{{ form.address }}
Notifications & Permissions
{{ form.notes }}
Cancel
Tips

Phone numbers should include the country code: +237 for Cameroon.

Only one parent per student should be marked as Primary Contact.

Enable Receive SMS to include this parent in class broadcasts.

{% endblock %}