{% if transactionType == "paymentgateway" %} Payin {% else %} {{ transactionType }} {% endif %} Available Timings

{% if transactionType == "paymentgateway" %} Payin {% else %} {{ transactionType }} {% endif %} Available Timings Configuration

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

    {{ message }}

    {% endfor %}
{% endif %} {% endwith %}
{% for each_record in available_timings_data_list %}
{% for each_timing in each_record.timingsList %}
{% endfor %}
{% endfor %}
{% if 'add' in session.get('patternPermissions', []) %} {% endif %}
{% for each_record in overridesDatesList %} {% endfor %}
S.No Override Date Timings Action
{{ loop.index }} {{ each_record.overrideDate }} {{ each_record.formattedTimingsList }} {% if 'edit' in session.get('patternPermissions', []) %} {% endif %} {% if 'delete' in session.get('patternPermissions', []) %} {% endif %}