{# Reporting:: In this file we are shownig reports of the exams #} {% extends "base.html.twig" %} {% block BeforeAnyCSSFile %} {% endblock %} {% block ExtraCSSFiles %} {% endblock %} {% block pageLabel %} {% endblock %} {% block recordLength %} {% endblock %} {% block MainContent %} {# filters of the attendance #}
{{ 'Student Name'|trans }} | {{ 'Obtain Marks '|trans }} |
---|---|
{{ student.examDidBy.fullName }} | {{ student.ecsGainMarks }} |