{% extends "base.html.twig" %} {% set pagename = 'Sample Fees' | trans %} {% block MainContent %}
{% set colsClass = 'col-xl-4 col-lg-4 col-md-4 col-xs-6' %}
{# form input elements #}
{# Recurring #}
{# fee name #}
{# fee amount #}
{#
#} {# #} {#
#} {# #} {#   #} {# #} {#
#} {#
#} {# Charge at #} {# 1 mens adminssion time#} {# 0 mens custom time #}
{# #} {#   #} {# #}
{# Fee #}
{# submit buttons #}
{{ 'Back to list'|trans }}
{% endblock %} {% block ExtraJsFIles %} {% for file in encore_entry_js_files('studentFee') %} {% endfor %} {% endblock %} {% block documentation %}
Add/Editing Sample Fee?

When you editing a Sample Fee, you will see all related information attached to Sample Fee

{% endblock %}