{% extends '::base.html.twig' %} {% block usercss %} {{ parent() }} {% endblock %} {% block body -%}
View Scheduled Exam List
{% set slno = 1 %} {% for entity in entities %} {% set slno = slno + 1 %} {% endfor %}
# Batch Name Exam Invigilator Code Scheduled at Exam Stop Time Grace Period(in Min.) Time Table Modify Result View Details
{{ slno }} {{ entity.batchName }} {{ entity.examName }} {{ entity.invigilator_code }} {{ entity.examStartDate|date('d/m/Y h:i A') }} {{ entity.examStopDate|date('d/m/Y h:i A') }} {{ entity.grace_period }} {% if entity.examStartDate < today and entity.examStopDate > today %} {% endif %} {% if entity.examStartDate > today %} {# {% if examStopDate < date %}#} {% endif %} {% if entity.examStopDate < today %} {# {% if examStopDate < date %}#} {% endif %}
{{ knp_pagination_render(entities, 'AppBundle:Default:slidingAjax.html.twig') }}
{% endblock %} {% block userscripts %} {% endblock %} {# var data_table = $(html).find(".data_container"); $(".data_container").html(data_table);#}