{% extends 'dbase.html' %} {% load static thumbnail %} {% block extra_css %} {% endblock extra_css %} {% block page_header %} {% comment %}

{{ title }}
Primary

{% endcomment %}

{{ title }} Back {% comment %} {% if object.is_checked_in %} Print Pass {% else %} Check In {% endif %} {% endcomment %}

{% endblock page_header %} {% block content %}
Debit Participant Profile
Name {{ object.participant_name }}
NRIC {{ object.participant_id_no }}
Address 1 {{ object.address_1 }}
Address 2 {{ object.address_2 }}
Town {{ object.town }}
Postcode {{ object.poscode }}
State {{ object.state }}
Mobile no. {{ object.mobile_no }}
Alternate Mobile no. {{ object.alt_mobile_no }}
Email {{ object.email|default:"-" }}
Receipt Image
Debit Reciept Image
Purchase Outlet {{ object.purchase_outlet }}
{% endblock %} {% block extra_js %} {% endblock extra_js %}