{% block body %}

Cross World
Plot 1/B, Road 90, Gulshan -2, Dhaka 1212.

TOUR REQUEST FORM

1. Proposal submission date : {{ tour_request.submitionDate|date("d-m-Y") }}

2. Tour scope : {{ tour_request.tourScope }}

3. To be conducted by [Name] : {{ tour_request.user.fullName }}

4. Designation : {{ tour_request.user.designation }}

5. Department : {{ tour_request.user.department }}

6. Place to visit : {{ tour_request.placeVisit }}

7. Expect to visit : {{ tour_request.expectVisit }}

8. Tour starting date & time : {{ tour_request.startingDate ? tour_request.startingDate|date('d-m-Y H:i:s') : '' }}

9. Tour ending date & time : {{ tour_request.endingDate ? tour_request.endingDate|date('d-m-Y H:i:s') : '' }}

10. Contact Phone During Tour : {{ tour_request.contactPhone }}

11. Contact Address During Tour : {{ tour_request.contactAddress }}

12. Mode of Transportation : {{ tour_request.transportationMode }}

13. Brief Description of Purpose of Tour : {{ tour_request.tourPurpose }}

14. Advance Amount {{ tour_request.advanceCurrency }} {{ tour_request.advanceAmount }} required for the tour purpose.

{% if approvalStep == 1 %} Approved / Not Approved {% else %} {% if functionalHeadObj is not null %} Approved By
{{ functionalHeadObj.fullName }} {% endif %} {% endif %}
------------------------------------
Functional Head Approval
{% if approvalStep == 2 %} Approved / Not Approved {% elseif approvalStep > 2 %} {% if departmentHeadObj is not null %} Approved By
{{ departmentHeadObj.fullName }} {% endif %} {% endif %}
------------------------------------
Department Head Approval
{% if approvalStep == 3 %} Approved / Not Approved {% endif %}
--------------------------
CBO Approval
{% endblock %}