{% extends "base.html.twig" %} {% set pagename = 'Grade Category' | trans %} {% block MainContent %}
{# Require fields #}
{# grade name #}
{# grade implement if marks are equal or above #}
{# submit button #}
{{"Grades List"|trans }}
{% endblock %} {% block ExtraJsFIles %} {% for file in encore_entry_js_files('appSettings') %} {% endfor %} {% endblock %} {% block documentation %}
Add/Editing Grades Category

In some School/Institute there are different Grading System from different level of Classes, eg. If Student of Class 5 will take 90% Marks we declare him A+ & If Student of Class 10 will take 90% Marks we might declare him B+ so, we can define create two Grades Category, One is 5th Class Grade or other is 10 Class Grade & assign them to respective Class.

Write down the Grade Category name & Description, then your Grade will be ready

{% endblock %}