{% extends 'base.html' %} {% load static %} {% block title %}My Profile — Parent Portal{% endblock %} {% block content %}
Manage your contact information
| Full Name | {{ parent.get_full_name }} |
| Relationship | {{ parent.get_relationship_display }} |
| Primary Phone | {{ parent.phone }} |
| Alternate Phone | {{ parent.alternate_phone|default:"—" }} |
| {{ parent.email|default:"—" }} | |
| Address | {{ parent.address|default:"—" }} |
| Occupation | {{ parent.get_occupation_display|default:"—" }} |
| Employer | {{ parent.employer|default:"—" }} |