{% apply spaceless %} {% block pageTitle %} {{ pagename is defined ? pagename : 'Fekara | School Management Software'|trans }} {% endblock %} {% block BeforeAnyCSSFile %}{% endblock %} {% if app.request.locale == 'ar' or getAppSetting('rtl') == 'on' %} {% set fileName = 'style.bundle.rtl.css' %} {% else %} {# {% set fileName = 'style.bundle.customized.css' %}#} {% set fileName = 'style.bundle.css?1.0' %} {% endif %} {# #} {% block ExtraCSSFiles %}{% endblock %}
{% set requireSymbol = '*' %}
{##} {##} {% for file in encore_entry_js_files('registration') %} {% endfor %} {% endapply %}