Assign Parent {{userName}}
{% if parentDict == {} %}
{% endif %}
{% if error %}

{{ error }}

{% endif %}
{% if parentDict != {} %} {% else %} {% endif %} {% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %} {% if category == "success" %}

{{ message }}

{% elif category == "danger" %}

{{ message }}

{% else %}

{{ message }}

{% endif %} {% endfor %} {% endif %} {% endwith %}
Merchant Name Merchant Email Merchant Phonenumber Action
{{parentDict.fullName }} {{parentDict.email}} {{parentDict.phoneNumber}}
No Parent Assigned.