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

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

{% if object %}Update contact information{% else %}Register a new parent or guardian{% endif %}

Back
Parent/Guardian Information
{% csrf_token %} {% if form.errors %}
Please correct the errors below.
{% endif %}
Basic Information
{{ form.student }} {% if form.student.errors %}
{{ form.student.errors }}
{% endif %}
{{ 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 }}
Contact Information
{{ form.phone }} {% if form.phone.errors %}
{{ form.phone.errors }}
{% endif %}
{{ form.alternate_phone }}
{{ form.email }}
{{ form.address }}
Mobile Money & Preferences
{{ form.mobile_money_provider }}
{{ form.mobile_money_number }}
{{ form.preferred_language }}
{{ form.is_primary_contact }}
{{ form.receive_sms }}
{{ form.receive_email }}
{{ form.receive_whatsapp }}
Cancel
{% block extra_js %} {% endblock %} {% endblock %}