{% extends 'base.html.twig' %} {% block usercss %} {{ parent() }} {% endblock %} {% block body %}
# | Exam Name | Duration(in Minutes) | Action |
---|---|---|---|
{{ SlNo }} | {{ entity.examname }} | {{ entity.duration }} |
{% for examset in entity.examset %}
{{ examset.questionset }}
{% endfor %} |