{% extends "base.html.twig" %} {% set pagename = 'Sample Classes' | trans %} {% set addBtnTitle = 'Add Sample Class?' | trans %} {% set addBtnLink = path('add_class') %} {% block MainContent %}
At this page you're viewing the List of {{ 'Sample Classes' | trans }}, In this Sample Classes List, you will see the following information:
These {{ 'Sample Classes' | trans }} can be used in the {{ 'Session' | trans }}, When choose {{ 'Sample Classes' }} while adding/editing {{ 'Session' | trans }} then {{ 'Sample Classes' | trans }} will convert into {{ 'Classes'|trans }}
All the above listed items can be change or remove by editing the Sample Class.
{% endblock %}