{% extends 'template.html.twig' %} {% block title %}Edit Local Expenses - {{ parent() }} {% endblock %} {% block body %}

Local Expenses

Edit Local Expenses
{{ form_start(form) }}
{{ form_row(form.startingDate) }}
{{ form_row(form.endingDate) }}
{{ form_row(form.tourDetails) }}
LOCAL EXPENSES DETAILS
{# #} {% for tourClaimDetail in tour_claim.tourClaimDetails %} {% set counter = ( counter | default(0) ) + 1 %} {# #} {% endfor %}
SL #Expenses Category* Customer Name* Reason* From / Location* From Date* To / Location To Date Mode of Transportation Amount* Remarks
{{ counter }}
{{ form_end(form) }}
{% endblock %}