# |
Exam Name |
Duration(Minuntes) |
Question Set |
Finalized |
Conclusions |
Rank List |
Actions |
{% set slno = 1 %}
{% for entity in entities %}
{{ slno }} |
{{ entity.examName }} - {{ entity.examtype.examType }} |
{{ entity.duration }} |
{% for examset in entity.examset %}
{{ examset.questionset }}
{% endfor %}
|
{% if entity.finalized == 0 %}
No
{% else %}
Yes
{% endif%}
|
|
|
{#
#}
|
{% set slno = slno + 1 %}
{% endfor %}
{{ knp_pagination_render(entities, 'AppBundle:Default:slidingAjax.html.twig') }}