{% extends "base.html.twig" %} {% set pagename = 'Sample Fees' | trans %} {% set addBtnTitle = 'Add Sample Fee?' | trans %} {% set addBtnLink = path('add_fee') %} {% block MainContent %}
At this page you're viewing the List of {{ 'Sample Fees' | trans }}, which are currently in use by the Classes, In this Sample Fee List, you will see the following information:
All the above listed items can be change or remove by editing the Subject.
{% endblock %}