{% extends 'extends/layout.html' %} {% load static %} {% load humanize %} {% load countries %} {% block styles %} {% endblock %} {% block scripts %} {% endblock %} {% block content %} {% get_countries as countries %}
{# {% if am_namayingo is False %}#} {# Back#} {# {% else %}#} {# Back#} {# {% endif %}#} Manage Role
{% csrf_token %}

Change image Change Remove
Name {{ group_member.member.biodata.name|default_if_none:'' }}
Role {{ group_member.get_role_display }}
Email {{ group_member.member.biodata.email|default_if_none:'' }}
Primary Contact {{ group_member.member.biodata.contact|default_if_none:'' }}
Other Contact {{ group_member.member.biodata.other_contact|default_if_none:'' }}
Date of Birth {{ group_member.member.biodata.dob|default_if_none:'' }}
Marital status {{ group_member.member.biodata.get_marital_status_display|default_if_none:'' }}
Gender {{ group_member.member.biodata.get_gender_display|default_if_none:'' }}
Joined {{ group_member.created_date|default_if_none:'' }}
Location {{ group_member.member.biodata.location|default_if_none:'' }}
{% csrf_token %}
Name
Primary Contact
Other Contact
Email
Date of Birth
Location
Gender
Marital Status
Next of Kin
Next of Kin Contacts
{% for account in account %} {% empty %} No accounts attached {% endfor %}
List of users
# Account Number Account Type
{{ forloop.counter }} {{ account.the_account.acc_number }} {{ account.the_account.account_type }}
{% endblock %}