{% extends '::base.html.twig' %} {% block body -%}
Exams
Exam Name {{ entity.examName }}
Exam Set {% for examset in entity.examset %} {{ examset.questionset }}
{% endfor %}
Duration(in Minutes) {{ entity.duration }}
{{ form(delete_form) }}
{% endblock %}