Merchant Profile

Holiday Dates

{% with messages = get_flashed_messages() %} {% if messages %}
    {% for message in messages %}

    {{ message }}

    {% endfor %}
{% endif %} {% endwith %}
{% if 'add' in session.get('holidaydatesPermissions', []) %} {% endif %}
{% if 'edit' in session.get('holidaydatesPermissions', []) %} {% elif 'delete' in session.get('holidaydatesPermissions', []) %} {% endif %} {% if holidaytimingsList %} {% for each_record in holidaytimingsList %} {% if each_record.holidayDate %} {% else %} {% endif %} {% if each_record.holidayDateTimings %} {% else %} {% endif %} {% endfor %} {% else %} {% endif %}
S.No Override Date TimingsActionAction
{{ snoCount + loop.index }}{{ each_record.holidayDate }}-{% for t in each_record.holidayDateTimings %} {{ t.fromTime }} - {{ t.toTime }}
{% endfor %}
- {% if 'edit' in session.get('holidaydatesPermissions', []) %} {% endif %} {% if 'delete' in session.get('holidaydatesPermissions', []) %} {% endif %}
No Data Found